Create .slashdeploy.yml

This commit is contained in:
Russell Ballestrini 2018-04-03 06:42:06 -07:00 committed by GitHub
parent 79a42474e6
commit 94aedbf793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.slashdeploy.yml Normal file
View file

@ -0,0 +1,18 @@
---
production:
# Allows us to reference this using "production" or a short alias, "prod".
aliases:
- prod
# Enable continuous delivery for this environment.
continuous_delivery:
# You can specify any git "ref" (tag, branch, etc) to auto deploy when
# pushed to.
ref: refs/heads/master
# If you want to only deploy when a set of GitHub commit statuses are
# passing, you can configure those here. If none are provided, SlashDeploy
# will deploy when new commits are pushed to the git ref.
# required_contexts:
# - ci/circleci