Include ssh secret for deployment to server.
Build Web App / build-and-deploy (push) Failing after 10s Details

This commit is contained in:
Andrew Lalis 2025-08-07 20:34:57 -04:00
parent d0c33c4f3b
commit 7497389984
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ jobs:
working-directory: ./web-app working-directory: ./web-app
- run: npm run build - run: npm run build
working-directory: ./web-app working-directory: ./web-app
- run: echo "rsync -rav -e ssh --delete artifact/* root@andrewlalis.com:/opt/finnow/app-content" - run: mkdir .ssh && echo "${{ secrets.deploykey }}" > .ssh/id_rsa
- run: rsync -rav -e ssh --delete dist/* root@andrewlalis.com:/opt/finnow/app-content