Skip to content

Commit

Permalink
Remove index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jianglai committed Jan 18, 2023
1 parent 5e4f849 commit f442cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/cloudbuild-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f442cdd

Please sign in to comment.