Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ endif

# Push the integration branch for preview/testing.
deploy-preview:
git pull --rebase origin $(INTEGRATION_BRANCH)
git push origin $(INTEGRATION_BRANCH)

# Publish a tagged release to production.
deploy-prod:
git pull --rebase origin $(PRODUCTION_BRANCH) --tags
git push origin $(PRODUCTION_BRANCH) --tags