Skip to content

Commit

Permalink
Feature/realize service for stage and prod (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenashovtyuk authored Sep 4, 2023
1 parent f28c473 commit 94a501f
Showing 1 changed file with 1 addition 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 @@ -25,7 +25,7 @@ jobs:
host: ${{ secrets.VM_HOST }}
username: ${{ secrets.VM_USER }}
password: ${{ secrets.VM_PASSWORD }}
source: "infra/dev/*"
source: infra/dev/*
target: /home/deploy/spread_wings_bot/infra/dev/
- name: ssh pull and start
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 94a501f

Please sign in to comment.