fix: added user to upload action
Some checks failed
Gitea Actions Demo / Build (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Build (push) Has been cancelled
This commit is contained in:
@@ -24,5 +24,5 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- 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 }}."
|
||||
|
||||
Reference in New Issue
Block a user