Skip to content

Commit

Permalink
fix stage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elenashovtyuk committed Sep 3, 2023
1 parent 89e5765 commit b421364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-bot-on-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Run a multi-line script
run: |
mkdir ../build
cp -TR . ../build
cp -TR ./infra/dev ../build
tar -cvf deploy.tar ../build/
- name: copy service file
- name: copy infra/dev
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.VM_HOST }}
Expand Down

0 comments on commit b421364

Please sign in to comment.