Skip to content

Commit

Permalink
chore: modify post-rollout path
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed Oct 18, 2023
1 parent 9bc191c commit d069abf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ tasks:
- run:
name: Create Keys for Simple OAuth if necessary
command: |
if [[ ! -f /app/keys/private.key || ! -f /app/keys/public.key ]]; then
drush simple-oauth:generate-keys /app/keys
if [[ ! -f /app/web/sites/default/files/private/keys/private.key || ! -f /app/web/sites/default/files/private/keys/public.key ]]; then
mkdir -p /app/web/sites/default/files/private/keys
drush simple-oauth:generate-keys /app/web/sites/default/files/private/keys
fi
service: cli
environments:
Expand Down

0 comments on commit d069abf

Please sign in to comment.