mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-01 16:53:30 +02:00
Add new sandboxes to deploy-manual workflow. Rename workflow name to deploy-manual
This commit is contained in:
parent
3a82fc44a9
commit
3e5401a549
2 changed files with 5 additions and 1 deletions
|
@ -112,10 +112,14 @@ sed -i '' '/ - development/ {a\
|
||||||
- '"$1"'
|
- '"$1"'
|
||||||
}' .github/workflows/reset-db.yaml
|
}' .github/workflows/reset-db.yaml
|
||||||
|
|
||||||
sed -i '' '/ - development/ {a\
|
sed -i '' '/ - backup/ {a\
|
||||||
- '"$1"'
|
- '"$1"'
|
||||||
}' .github/workflows/migrate.yaml
|
}' .github/workflows/migrate.yaml
|
||||||
|
|
||||||
|
sed -i '' '/ - development/ {a\
|
||||||
|
- '"$1"'
|
||||||
|
}' .github/workflows/deploy-manual.yaml
|
||||||
|
|
||||||
sed -i '' '/${{startsWith(github.head_ref, / {a\
|
sed -i '' '/${{startsWith(github.head_ref, / {a\
|
||||||
|| startsWith(github.head_ref, '"'$1'"')
|
|| startsWith(github.head_ref, '"'$1'"')
|
||||||
}' .github/workflows/deploy-sandbox.yaml
|
}' .github/workflows/deploy-sandbox.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue