Skip to content

Commit

Permalink
Merge pull request #64 from ubc-biztech/travis-deploy-releases
Browse files Browse the repository at this point in the history
Deploy releases (tags) to prod
  • Loading branch information
ianmah authored May 7, 2020
2 parents 3019f36 + 04a0134 commit e67c623
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
🎟️ **Ticket(s):**
Closes #

👷 **Changes:**
A brief summary of what changes were introduced.

💭 **Notes:**
Any additional things to take into consideration.

**Wait! Before you merge, have you checked the following:**
- [ ] Serverless tests are passing (Check travis build logs, CI is currently broken)
- [ ] PR is has approving review(s)
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ stages:
- name: "Deploy to Staging"
if: (branch = master) AND (type = push)
- name: "Deploy to Production"
if: (branch = prod) AND (type = push)
if: (branch = master) AND (type = push) AND (tag IS present)

0 comments on commit e67c623

Please sign in to comment.