Skip to content

Commit

Permalink
Fix/deploy.service (#264)
Browse files Browse the repository at this point in the history
* test fix

* test2
  • Loading branch information
KonstantinRaikhert authored Sep 3, 2023
1 parent aa42cf2 commit bf6b887
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 @@ -20,7 +20,7 @@ jobs:
username: ${{ secrets.VM_USER }}
password: ${{ secrets.VM_PASSWORD }}
port: 22
source: "infra/dev/spread_wings_bot.service"
source: "./infra/dev/spread_wings_bot.service"
target: /home/deploy/spread_wings_bot/infra/dev/
- name: ssh pull and start
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit bf6b887

Please sign in to comment.