Skip to content

Commit

Permalink
provide host env specific values in extra env file
Browse files Browse the repository at this point in the history
  • Loading branch information
glencoden committed Jan 4, 2023
1 parent 80fc664 commit 0b1063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cd /root/apps/wolke
git pull || git clone -b staging --single-branch git@github.com:glencoden/wolke.git ./
echo "${{ secrets.ENV_FILE }}" > .env
echo $'\nHOST_ENV=${{ secrets.HOST_ENV_STAGING }}' >> .env
cat "${{ secrets.ENV_FILE_STAGING }}" >> .env
docker compose down --rmi local
docker image prune -f
docker compose up -d --build
Expand Down

0 comments on commit 0b1063f

Please sign in to comment.