Skip to content

Commit

Permalink
[IDLE-000] CD docker compose file path 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Jun 21, 2024
1 parent c71afa0 commit 9977529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-server-deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
host: ${{ secrets.DEV_INSTANCE_HOST }}
username: ${{ secrets.DEV_INSTANCE_USERNAME }}
key: ${{ secrets.DEV_INSTANCE_KEY }}
source: "./compose-dev.yaml"
source: "./idle-api/compose-dev.yaml"
target: "~/app/docker"
overwrite: true

Expand Down

0 comments on commit 9977529

Please sign in to comment.