Skip to content

Commit

Permalink
Fix 'docker-compose: command not found'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Aug 3, 2024
1 parent b4f2005 commit 67e84a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
REDDIT_PASSWORD: ${{ secrets.REDDIT_PASSWORD }}
API_URL: ${{ secrets.API_URL }}
run: |
docker-compose pull
docker-compose up -d
docker compose pull
docker compose up -d

0 comments on commit 67e84a2

Please sign in to comment.