diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 15d9023..c1321f7 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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 }}."