Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavCR committed Feb 23, 2024
1 parent 80e5599 commit 9904e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
username: ${{ secrets.USER }}
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
source: "docker-compose-prod.yaml"
source: "infra/docker-compose-prod.yaml"
target: "codepet"
- name: Executing remote ssh commands to deploy
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 9904e35

Please sign in to comment.