Skip to content

Commit

Permalink
App production
Browse files Browse the repository at this point in the history
  • Loading branch information
suanmeiguo committed Aug 19, 2019
1 parent c095c71 commit 96796e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Create Branch From Issue
A Github app that automatically create branch when an issue is assigned.

https://github.com/apps/auto-branch
6 changes: 6 additions & 0 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
'containerPort': 5000
},
],
'environment': [
{
'name': 'APP_ENV',
'value': 'production'
},
],
'essential': True,
'command': [
'ruby',
Expand Down

0 comments on commit 96796e2

Please sign in to comment.