Skip to content

Commit cd8017f

Browse files
committed
Migrate admin app
1 parent 3b8193f commit cd8017f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/deploy_gcloud/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ runs:
177177
178178
envsubst <app.yaml.tmpl >app.yaml
179179
180+
./manage.py sqlmigrate admin 0001
180181
./manage.py migrate --no-input
181182
182183
gcloud app --quiet deploy app.yaml --project ${APP_ID} --version ${VERSION} --no-promote --no-cache

0 commit comments

Comments
 (0)