Skip to content

Commit

Permalink
fix compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
XxRoloxX committed Oct 11, 2024
1 parent 074d465 commit 9771ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-compose-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:

- name: Docker Compose Build
run: |
docker-compose build
docker compose build
env:
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }} # Set in your GitHub secrets
GOOGLE_REDIRECT_URI: ${{ secrets.GOOGLE_REDIRECT_URI }} # Set in your GitHub secrets
VITE_BACKEND_URL: ${{ secrets.VITE_BACKEND_URL }} # Set in your GitHub secrets

- name: Docker Compose Push
run: |
docker-compose push
docker compose push

0 comments on commit 9771ff2

Please sign in to comment.