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

This commit is contained in:
2025-09-23 16:27:51 +02:00
parent a360a0fafe
commit 3f2fb7cca2

View File

@@ -21,7 +21,8 @@ jobs:
node-version: 20 node-version: 20
- run: | - run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
- run: npm i - run: npm ci
- run: npm run build - run: npm run build
- run: ls 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: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."