Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Varkoff committed Sep 21, 2024
1 parent 577527a commit a802e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
run: |
docker pull algomax/ecommerce-frontend:production
docker compose -f docker-compose.prod.yaml up -d
docker compose -f docker-compose.prod.yml up -d
docker system prune --all --volumes --force

0 comments on commit a802e07

Please sign in to comment.