trying to get account deploy working

This commit is contained in:
adueck 2024-08-15 13:13:39 -04:00
parent 8b9ebbf89c
commit e2e1a927fb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
cd ..
tar --exclude-vcs -czf account.tar.gz account
- name: copy tarball to server
uses: appleboy/scp-action@v0.1.4
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}