Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #354 from NuCivic/fix-deploy-password-set
Browse files Browse the repository at this point in the history
Fix admin password not set in deploy.rb
  • Loading branch information
janette authored Jul 5, 2017
2 parents b57e92f + 58c8d8e commit 510a5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ahoy/site/.scripts/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
password = "admin"
end

`drush --root=docroot user-password 1 --password="#{password}`
`drush --root=docroot user-password admin --password="#{password}`
`drush --root=docroot user-password 1 --password="#{password}"`
`drush --root=docroot user-password admin --password="#{password}"`
end

0 comments on commit 510a5e5

Please sign in to comment.