Skip to content

Commit

Permalink
[#3377] Deploy indexes|cron|queue definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Feb 17, 2020
1 parent 4a95001 commit d67e198
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ function deploy_instance {

cp "${config_repo}/${instance_id}/appengine-web.xml" "${staging_dir}/WEB-INF/appengine-web.xml"

gcloud app deploy "${staging_dir}/WEB-INF/appengine-web.xml" \
--promote \
--quiet \
--version=1 \
--project="${instance_id}"
gcloud app deploy "${staging_dir}/app.yaml" \
"${staging_dir}/WEB-INF/appengine-generated/queue.yaml" \
"${staging_dir}/WEB-INF/appengine-generated/index.yaml" \
"${staging_dir}/WEB-INF/appengine-generated/cron.yaml" \
--promote --quiet --version=1 --project="${instance_id}"
}

export -f deploy_instance
Expand Down

0 comments on commit d67e198

Please # to comment.