mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-13 08:07:03 +02:00
new createcachetable.yaml script, updated create_dev_sandbox.sh
This commit is contained in:
parent
e3e8c2646b
commit
b33d71ee54
2 changed files with 49 additions and 0 deletions
|
@ -90,6 +90,9 @@ cd src/
|
|||
cd ..
|
||||
cf push getgov-$1 -f ops/manifests/manifest-$1.yaml
|
||||
|
||||
echo "Creating cache table..."
|
||||
cf run-task getgov-$1 --command 'python manage.py createcachetable' --name createcachetable
|
||||
|
||||
read -p "Please provide the email of the space developer: " -r
|
||||
cf set-space-role $REPLY cisa-dotgov $1 SpaceDeveloper
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue