Skip to content

Commit

Permalink
Update gae_deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhigh committed Apr 26, 2024
1 parent 0f495f0 commit 5a11548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/gae_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ fi
if python ./kindleear/tools/update_req.py gae; then
gcloud beta app deploy --version=1 ./kindleear/app.yaml
gcloud beta app deploy --quiet --version=1 ./kindleear/worker.yaml
gcloud beta app deploy --quiet --version=1 ./kindleear/cron.yaml
gcloud beta app deploy --quiet --version=1 ./kindleear/queue.yaml
gcloud beta app deploy --quiet --version=1 ./kindleear/dispatch.yaml
gcloud beta app deploy --version=1 ./kindleear/cron.yaml
gcloud beta app deploy --version=1 ./kindleear/queue.yaml
gcloud beta app deploy --version=1 ./kindleear/dispatch.yaml
echo -e "The deployment is completed."
echo -e "The access address is: https://$GOOGLE_CLOUD_PROJECT.appspot.com"
else
Expand Down

0 comments on commit 5a11548

Please sign in to comment.