Skip to content

Commit

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

0 comments on commit a2f05d1

Please sign in to comment.