Add dk yaml, add dk to workflows, update org name

This commit is contained in:
rachidatecs 2023-08-21 16:34:43 -04:00
parent 892ad926df
commit 279a986ffd
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525
13 changed files with 57 additions and 19 deletions

View file

@ -20,9 +20,9 @@ then
git checkout -b remove-dev-sandbox-$1
fi
cf target -o cisa-getgov-prototyping -s $1
cf target -o cisa-dotgov -s $1
read -p "Are you logged in to the cisa-getgov-prototyping CF org above? (y/n) " -n 1 -r
read -p "Are you logged in to the cisa-dotgov CF org above? (y/n) " -n 1 -r
echo
if [[ ! $REPLY =~ ^[Yy]$ ]]
then