Skip to content

Commit

Permalink
CI path fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
papko26 committed Nov 24, 2024
1 parent e780707 commit 4ef14bf
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: ./deploy/docker-compose.yml
source: .docker-compose.yml
target: ${{ env.DEPLOY_DIR }}/docker-compose.yml

- name: Deploy via SSH
Expand Down

0 comments on commit 4ef14bf

Please sign in to comment.