Add new sandboxes to deploy-manual workflow. Rename workflow name to deploy-manual

This commit is contained in:
Erin 2024-07-22 11:31:20 -07:00
parent 3a82fc44a9
commit 3e5401a549
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
2 changed files with 5 additions and 1 deletions

View file

@ -112,10 +112,14 @@ sed -i '' '/ - development/ {a\
- '"$1"'
}' .github/workflows/reset-db.yaml
sed -i '' '/ - development/ {a\
sed -i '' '/ - backup/ {a\
- '"$1"'
}' .github/workflows/migrate.yaml
sed -i '' '/ - development/ {a\
- '"$1"'
}' .github/workflows/deploy-manual.yaml
sed -i '' '/${{startsWith(github.head_ref, / {a\
|| startsWith(github.head_ref, '"'$1'"')
}' .github/workflows/deploy-sandbox.yaml