Skip to content

Commit

Permalink
Update deploy-bdjuno-public-testnet.yml
Browse files Browse the repository at this point in the history
docker-compose change to docker compose
  • Loading branch information
beb4now authored May 23, 2024
1 parent 5d2d3f7 commit b9f6169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bdjuno-public-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Deploy with Docker Compose
run: |
sudo docker-compose --file=docker-compose-prod.yml up --build -d
sudo docker compose --file=docker-compose-prod.yml up --build -d
- name: Apply Hasura metadata
run: |
Expand Down

0 comments on commit b9f6169

Please sign in to comment.