mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Correct documentation since we should restage our application instead of restarting or pushing a manifest. Also include whitespace so it triggers checks
This commit is contained in:
parent
21c41e5f84
commit
7005006b1e
2 changed files with 6 additions and 7 deletions
|
@ -136,6 +136,7 @@ then
|
|||
fi
|
||||
|
||||
cf service-key github-cd-account github-cd-key | sed 1,2d | jq -r '[.username, .password]|@tsv' |
|
||||
|
||||
while read -r username password; do
|
||||
gh secret --repo cisagov/getgov set CF_${upcase_name}_USERNAME --body $username
|
||||
gh secret --repo cisagov/getgov set CF_${upcase_name}_PASSWORD --body $password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue