Skip to content

Commit

Permalink
a couple more env vars in place
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Nov 8, 2023
1 parent 5fa02a8 commit 5d01d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ services:
- bash -lc 'time task --taskfile=tugboat.yml'

# Put necessary env variables in place for next's Drupal Preview before starting server
- echo "NEXT_PUBLIC_DRUPAL_BASE_URL=${TUGBOAT_SERVICE_URL}" >> ${TUGBOAT_ROOT}/next/envs/.env.tugboat
- echo "NEXT_IMAGE_DOMAIN=${TUGBOAT_SERVICE_URL}" >> ${TUGBOAT_ROOT}/next/envs/.env.tugboat
- echo "DRUPAL_CLIENT_ID=${DRUPAL_CLIENT_ID}" >> ${TUGBOAT_ROOT}/next/envs/.env.tugboat
- echo "DRUPAL_CLIENT_SECRET=${DRUPAL_CLIENT_SECRET}" >> ${TUGBOAT_ROOT}/next/envs/.env.tugboat

Expand Down

0 comments on commit 5d01d85

Please sign in to comment.