This commit is contained in:
adueck 2023-11-26 00:46:12 +04:00
parent b3ad75aecf
commit d742f0eed7
1 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,11 @@ jobs:
steps:
- name: create tarball of account files
uses: actions/checkout@v3
run: |
cd account
npm install
cd ..
tar --exclude-vcs -czf account.tar.gz account
run: |
cd account
npm install
cd ..
tar --exclude-vcs -czf account.tar.gz account
- name: copy tarball to server
uses: appleboy/scp-action@v0.1.4
with: