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 13, 2024
1 parent 478ef17 commit a26590f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/gae_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
gcloud app create #select a region for app if it's first time
python ./tools/update_req.py gae
gcloud beta app deploy --version=1 app.yaml
gcloud beta app deploy --version=1 cron.yaml
gcloud beta app deploy --version=1 queue.yaml
python ./kindleear/tools/update_req.py gae
gcloud beta app deploy --version=1 ./kindleear/app.yaml
gcloud beta app deploy --version=1 ./kindleear/cron.yaml
gcloud beta app deploy --version=1 ./kindleear/queue.yaml
echo -e "The deployment is completed."
echo -e "The access address is: https://$GOOGLE_CLOUD_PROJECT.appspot.com"

0 comments on commit a26590f

Please sign in to comment.