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 03bb06b commit 89e5765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bot-on-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ secrets.VM_USER }}
password: ${{ secrets.VM_PASSWORD }}
source: "deploy.tar"
target: /spread_wings_bot/infra/dev/
target: /home/deploy/spread_wings_bot/infra/dev/
- name: ssh pull and start
uses: appleboy/ssh-action@master
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ local_persistence

# Others
coordinator_contacts.html
static/

0 comments on commit 89e5765

Please sign in to comment.