trying to get account deploy working
This commit is contained in:
parent
8b9ebbf89c
commit
e2e1a927fb
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue