Skip to content

Commit

Permalink
Update GH action 29
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Hofmann committed Oct 5, 2024
1 parent bc412dd commit 00a27a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,9 @@ jobs:
KEY=${{ secrets.DIRECTUS_KEY }} \
SECRET=${{ secrets.DIRECTUS_SECRET }} \
DB_CLIENT=${{ vars.DB_CLIENT }} \
DB_HOST=${{ vars.DB_HOST }} \
DB_PORT=${{ vars.DB_PORT }} \
DB_DATABASE=${{ vars.DB_DATABASE }} \
DB_CONNECTION_STRING=${{ vars.DB_CONNECTION_STRING }}
DB_USER=${{ secrets.DB_USER }} \
DB_PASSWORD=${{ secrets.DB_PASSWORD }} \
DB_SSL__CA="/tmp/ca-cert.crt" \
DB_SSL__REJECT_UNAUTHORIZED="true" \
STORAGE_LOCATIONS="gcs" \
STORAGE_GCS_DRIVER="gcs" \
STORAGE_GCS_BUCKET="ets-template-sites-sandbox" \
Expand Down

0 comments on commit 00a27a3

Please sign in to comment.