Skip to content

Commit

Permalink
echo keys to files in tugboat
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Nov 1, 2023
1 parent 78d8571 commit 6723545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ services:
- cp "${TUGBOAT_ROOT}"/.tugboat/*.crt /usr/local/share/ca-certificates
- update-ca-certificates

# Write OAuth keys to files for next-build Preview Server validation
- echo ${OAUTH_PUBLIC_KEY} >> ${TUGBOAT_ROOT}/public.key
- echo ${OAUTH_PRIVATE_KEY} >> ${TUGBOAT_ROOT}/private.key

# Install drush-launcher, if desired.
- wget -O /usr/local/bin/drush https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar
- chmod +x /usr/local/bin/drush
Expand Down

0 comments on commit 6723545

Please sign in to comment.