Skip to content

Commit

Permalink
adjust docker compose up command
Browse files Browse the repository at this point in the history
  • Loading branch information
leej3 committed Nov 1, 2024
1 parent 60fb8b0 commit 5197ff9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
LETSENCRYPT_ADMIN_EMAIL: ${{ secrets.LETSENCRYPT_ADMIN_EMAIL }}
run: |
ssh ${{ inputs.development-environment }} \
MONGODB_URI="${MONGODB_URI}" \
HOST_URI="${HOST_URI}" \
RELEASE_TAG="${RELEASE_TAG}" \
AWS_ACCOUNT_ID="${AWS_ACCOUNT_ID}" \
AWS_REGION="${AWS_REGION}" \
LETSENCRYPT_ADMIN_EMAIL=${LETSENCRYPT_ADMIN_EMAIL} \
DEPLOYMENT_URI=${DEPLOYMENT_URI} \
docker compose -f - up -d < ./web/deploy/docker-compose.yaml
"MONGODB_URI='${MONGODB_URI}' \
HOST_URI='${HOST_URI}' \
RELEASE_TAG='${RELEASE_TAG}' \
AWS_ACCOUNT_ID='${AWS_ACCOUNT_ID}' \
AWS_REGION='${AWS_REGION}' \
LETSENCRYPT_ADMIN_EMAIL='${LETSENCRYPT_ADMIN_EMAIL}' \
DEPLOYMENT_URI='${DEPLOYMENT_URI}' \
docker compose -f - up -d" < ./web/deploy/docker-compose.yaml
- name: Prune Docker artifacts
run: |
Expand Down

0 comments on commit 5197ff9

Please sign in to comment.