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 .. cd ..
tar --exclude-vcs -czf account.tar.gz account tar --exclude-vcs -czf account.tar.gz account
- name: copy tarball to server - name: copy tarball to server
uses: appleboy/scp-action@v0.1.4 uses: appleboy/scp-action@v0.1.7
with: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}