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:
lizpearl 2024-12-06 17:41:55 -06:00
parent 21c41e5f84
commit 7005006b1e
No known key found for this signature in database
GPG key ID: 29F55F4C8D404E14
2 changed files with 6 additions and 7 deletions

View file

@ -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