Skip to content

Commit

Permalink
Fix deployment profile in deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJustLink authored Sep 23, 2023
1 parent f407e1f commit cf5db17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
cd ${{ github.event.repository.name }}
git pull
docker compose down
ENVIRONMENT=${{ secrets.ENVIRONMENT }} COMPOSE_PROFILES=$ENVIRONMENT APP_PORT=${{ secrets.APP_PORT }} MINIO_ROOT_USER=${{ secrets.MINIO_USER }} MINIO_ROOT_PASSWORD=${{ secrets.MINIO_PASSWORD }} MINIO_CONSOLE_PORT=${{ secrets.MINIO_CONSOLE_PORT }} docker compose up -d --build
ENVIRONMENT=${{ secrets.ENVIRONMENT }} COMPOSE_PROFILES=${{ secrets.ENVIRONMENT }} APP_PORT=${{ secrets.APP_PORT }} MINIO_ROOT_USER=${{ secrets.MINIO_USER }} MINIO_ROOT_PASSWORD=${{ secrets.MINIO_PASSWORD }} MINIO_CONSOLE_PORT=${{ secrets.MINIO_CONSOLE_PORT }} docker compose up -d --build
docker builder prune -f

0 comments on commit cf5db17

Please sign in to comment.