Add Deployment hook (#1430)

* test deployment hook

* remove test branch

* update heroku review deployment
This commit is contained in:
Madison Dunitz
2020-04-27 13:01:31 -07:00
committed by GitHub
parent 546e272a60
commit 666e6d9849
2 changed files with 18 additions and 1 deletions

13
.github/workflows/deploy.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Deploy via single cell infra repo
on:
push:
branches: master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: repository dispatch
run: |
curl -XPOST -u mdunitz:${{secrets.SCINFRA_TOKEN}} -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/chanzuckerberg/single-cell-infra/dispatches --data '{"event_type": "cellxgene-hook"}'

View File

@@ -10,7 +10,11 @@
"transcriptomics",
"dataviz"
],
"stack": "container",
"buildpacks": [
"heroku/nodejs",
"heroku/python"
],
"stack": "heroku-18",
"env": {
"DATASET": {
"description": "Link to dataset",