Skip to content

Commit

Permalink
Fix wrong pubsub topic
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepiton committed Mar 24, 2019
1 parent 2fb6ae6 commit 9fea216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspit-web/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def three_day_run():
'instance_type': 'n1-highcpu-8',
'env': {'GCS_BUCKET': 'raspit-compute',
'PUBSUB_TOPIC':
'gcr.io/' + project_id + '/raspit-compute'}}
'compute-events'}}

r = requests.post(url, json=payload)
return 'OK'
Expand Down

0 comments on commit 9fea216

Please sign in to comment.