Skip to content

Commit

Permalink
changed docker-compose to docker compose deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Jun 16, 2024
1 parent 42746d0 commit 20e690f
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 @@ -26,9 +26,9 @@ jobs:

- name: Build
run: |
docker-compose -f docker-compose-deploy.yml build
docker compose -f docker-compose-deploy.yml build
- name: Publish
run: docker-compose -f docker-compose-deploy.yml push
run: docker compose -f docker-compose-deploy.yml push

deploy:
name: Deploy image
Expand Down

0 comments on commit 20e690f

Please sign in to comment.