Skip to content

Commit

Permalink
fix: not sure what is happening to gcloud command
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarmona committed Mar 11, 2019
1 parent 7e5f354 commit 08ad67f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
runtime: custom
env: flex
api_version: '1.0'
env: flexible
threadsafe: true
resources:
cpu: 2
memory_gb: 7.5
disk_size_gb: 10
network: {}
automatic_scaling:
min_num_instances: 1
max_num_instances: 1
Expand Down
1 change: 0 additions & 1 deletion deploy_gcloud.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

gcloud --project=open-targets-genetics beta app deploy \
--no-promote \
--no-stop-previous-version \
-v $(git describe --abbrev=0 \
--tags | sed "s:\.:-:g")

0 comments on commit 08ad67f

Please sign in to comment.