Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals"
}
48 changes: 24 additions & 24 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name: deployment

on:
push:
branches: [master]
push:
branches: [master]

jobs:
deploy:
runs-on: ubuntu-latest
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
steps:
- uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 22
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 22

- name: Install Node Dependencies
run: npm ci -f
- name: Install Node Dependencies
run: npm ci -f

- name: Build Production
run: npm run build
- name: Build Production
run: npm run build

- name: Deploy to Server
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SSHKEY }}
ARGS: "-rltgoDzvO"
SOURCE: dist/
REMOTE_HOST: ${{ secrets.HOST }}
REMOTE_USER: ${{ secrets.USERNAME }}
REMOTE_PORT: ${{ secrets.PORT }}
TARGET: /var/www/baumohl.dev
- name: Deploy to Server
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SSHKEY }}
ARGS: "-rltgoDzvO"
SOURCE: dist/
REMOTE_HOST: ${{ secrets.HOST }}
REMOTE_USER: ${{ secrets.USERNAME }}
REMOTE_PORT: ${{ secrets.PORT }}
TARGET: /var/www/baumohl.dev
34 changes: 0 additions & 34 deletions .next/build-manifest.json

This file was deleted.

Binary file removed .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/2.pack
Binary file not shown.
Binary file removed .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/1.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/2.pack
Binary file not shown.
Binary file removed .next/cache/webpack/server-development/index.pack
Binary file not shown.
Binary file not shown.
8 changes: 0 additions & 8 deletions .next/react-loadable-manifest.json

This file was deleted.

6 changes: 0 additions & 6 deletions .next/server/pages-manifest.json

This file was deleted.

126 changes: 0 additions & 126 deletions .next/server/pages/_app.js

This file was deleted.

Loading