Skip to content

Commit

Permalink
Prepend envs to docker compose in deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJustLink authored Sep 12, 2023
1 parent 613a8c5 commit defadd7
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 @@ -18,4 +18,4 @@ jobs:
script: |
cd ${{ github.event.repository.name }}
git pull
docker compose up -d --build -e MINIO_USER=${{ secrets.MINIO_USER }} -e MINIO_PASSWORD=${{ secrets.MINIO_PASSWORD }}
MINIO_ROOT_USER=${{ secrets.MINIO_USER }} MINIO_ROOT_PASSWORD=${{ secrets.MINIO_PASSWORD }} docker compose up -d --build

0 comments on commit defadd7

Please sign in to comment.