Skip to content

Commit

Permalink
yet another path fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
papko26 committed Nov 24, 2024
1 parent 4ef14bf commit f6f3749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gtw_stack_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
host: ${{ env.SERVER_DOMAIN }}
username: root
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: .docker-compose.yml
source: docker-compose.yml
target: ${{ env.DEPLOY_DIR }}/docker-compose.yml

- name: Deploy via SSH
Expand Down

0 comments on commit f6f3749

Please sign in to comment.