-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update pecan pie password - cr every day
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ jobs: | |
run: echo "week_day=$(date +%a)" >> $GITHUB_ENV | ||
|
||
- uses: ./.github/actions/dingorunner | ||
if: ${{ env.week_day == 'Sun' }} | ||
env: | ||
runner: cr | ||
terminus_api: ${{ secrets.TERMINUS_API }} | ||
|
@@ -49,7 +48,7 @@ jobs: | |
lando drush updb | ||
lando drush user-create authenticated_test_user --mail="[email protected]" --password="6%l7iF}6(4tI" | ||
lando drush user-create administrator_test_user --mail="[email protected]" --password="b8QW]X9h7#5n" | ||
lando drush user-create administrator_test_user --mail="[email protected]" --password="wubadubdub" | ||
lando drush user:password arazavi1 "wubadubdub" | ||
lando drush user-add-role "administrator" administrator_test_user | ||
lando drush en amp_dev | ||
lando drush pmu amp_dev | ||
|