fix: changed key store in action
Some checks failed
Gitea Actions Demo / Build (push) Failing after 1m27s
Some checks failed
Gitea Actions Demo / Build (push) Failing after 1m27s
This commit is contained in:
@@ -23,6 +23,6 @@ jobs:
|
|||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
- 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/* blog@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 }}."
|
||||||
|
|||||||
Reference in New Issue
Block a user