fix: added user to upload action
Some checks failed
Gitea Actions Demo / Build (push) Has been cancelled

This commit is contained in:
2025-09-23 16:30:35 +02:00
parent 3f2fb7cca2
commit 36ebb57c97

View File

@@ -24,5 +24,5 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build
- run: echo ${{ BLOG_SSH_KEY }} > ../key.priv - run: echo ${{ BLOG_SSH_KEY }} > ../key.priv
- run: scp -i ../key.priv -P ${{ secrets.BLOG_PORT }} -r build/* madeio.net:/var/www/html/ - run: scp -i ../key.priv -P ${{ secrets.BLOG_PORT }} -r build/* blog@madeio.net:/var/www/html/
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."