We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927b202 commit 925a3caCopy full SHA for 925a3ca
1 file changed
.github/workflows/deploy-to-prod-ec2-docker.yml
@@ -58,7 +58,7 @@ jobs:
58
host: ${{ secrets.EC2_HOST }}
59
username: ubuntu
60
key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
61
- source: docker-compose.prod.yml
+ source: deploy/docker-compose.yml,deploy/docker-compose.prod.yml
62
target: ~/saerok-prod
63
strip_components: 0
64
0 commit comments