Open yozlet opened 8 years ago
At present, Travis is set up to auto-deploy only to dev
, but thanks to the manifest.yml
it pushes the app with the name ccapi-staging
. Both the space and the app name should depend on which branch is being pushed.
Committing to
dev
,staging
andmaster
should push to thedev
,staging
andproduction
CF spaces respectively. This requires setting our CI service up to do those deployments.This issue mirrors https://github.com/18F/college-choice/issues/256