Skip to content

Commit

Permalink
Update GH action 26
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Hofmann committed Oct 5, 2024
1 parent b50f90b commit c5cd000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
DB_USER=${{ secrets.DB_USER }} \
DB_PASSWORD=${{ secrets.DB_PASSWORD }} \
DB_SSL__CA="/tmp/ca-cert.crt" \
DB_SSL="true" \
DB_SSL__REQUIRE=true
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 c5cd000

Please sign in to comment.