Skip to content

Commit db5cebf

Browse files
authored
Senior update (#23)
* let's clean some things * so that's the issue * done * rss * upgrade tailwind * audit
1 parent f6821b8 commit db5cebf

86 files changed

Lines changed: 7302 additions & 96291 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "next/core-web-vitals"
2+
"extends": "next/core-web-vitals"
33
}

.github/workflows/deploy.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
name: deployment
22

33
on:
4-
push:
5-
branches: [master]
4+
push:
5+
branches: [master]
66

77
jobs:
8-
deploy:
9-
runs-on: ubuntu-latest
8+
deploy:
9+
runs-on: ubuntu-latest
1010

11-
steps:
12-
- uses: actions/checkout@v2
11+
steps:
12+
- uses: actions/checkout@v2
1313

14-
- name: Set up Node.js
15-
uses: actions/setup-node@v1
16-
with:
17-
node-version: 22
14+
- name: Set up Node.js
15+
uses: actions/setup-node@v1
16+
with:
17+
node-version: 22
1818

19-
- name: Install Node Dependencies
20-
run: npm ci -f
19+
- name: Install Node Dependencies
20+
run: npm ci -f
2121

22-
- name: Build Production
23-
run: npm run build
22+
- name: Build Production
23+
run: npm run build
2424

25-
- name: Deploy to Server
26-
uses: easingthemes/ssh-deploy@main
27-
env:
28-
SSH_PRIVATE_KEY: ${{ secrets.SSHKEY }}
29-
ARGS: "-rltgoDzvO"
30-
SOURCE: dist/
31-
REMOTE_HOST: ${{ secrets.HOST }}
32-
REMOTE_USER: ${{ secrets.USERNAME }}
33-
REMOTE_PORT: ${{ secrets.PORT }}
34-
TARGET: /var/www/baumohl.dev
25+
- name: Deploy to Server
26+
uses: easingthemes/ssh-deploy@main
27+
env:
28+
SSH_PRIVATE_KEY: ${{ secrets.SSHKEY }}
29+
ARGS: "-rltgoDzvO"
30+
SOURCE: dist/
31+
REMOTE_HOST: ${{ secrets.HOST }}
32+
REMOTE_USER: ${{ secrets.USERNAME }}
33+
REMOTE_PORT: ${{ secrets.PORT }}
34+
TARGET: /var/www/baumohl.dev

.next/build-manifest.json

Lines changed: 0 additions & 34 deletions
This file was deleted.
-29.2 MB
Binary file not shown.
-19.8 MB
Binary file not shown.
-984 KB
Binary file not shown.
-388 KB
Binary file not shown.
-388 KB
Binary file not shown.
-1.68 MB
Binary file not shown.
-403 KB
Binary file not shown.

0 commit comments

Comments
 (0)