Skip to content

Commit

Permalink
changed docker-compose file name in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Jun 16, 2024
1 parent 0160dc4 commit de5c8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Pull and Run Containers
run: |
ssh ${{ env.SSH_USER }}@${{ env.SSH_HOST }} "cd ${{ env.WORKDIR }} && \
docker compose -f docker-compose.yml pull && \
docker compose -f docker-compose.yml up -d"
docker compose -f docker-compose-deploy.yml pull && \
docker compose -f docker-compose-deploy.yml up -d"
- name: Cleanup
run: rm -rf ~/.ssh

0 comments on commit de5c8ec

Please sign in to comment.