1
0
mirror of https://github.com/google/nomulus synced 2026-02-13 00:02:04 +00:00

Remove index.html

This commit is contained in:
Lai Jiang
2023-01-18 15:51:51 -05:00
parent 5e4f8495d6
commit f442cdd337

View File

@@ -45,7 +45,7 @@ steps:
fi
gsutil cp gs://$PROJECT_ID-deploy/${TAG_NAME}/${_ENV}.tar .
tar -xvf ${_ENV}.tar
for filename in cron dispatch index queue; do
for filename in cron dispatch queue; do
gcloud -q --project $project_id app deploy \
default/WEB-INF/appengine-generated/$filename.yaml
done