Skip to content

Instantly share code, notes, and snippets.

@kirillshevch
Created April 17, 2017 19:53
Show Gist options
  • Save kirillshevch/4a93dec9ddf124e86e5c087fc7b00496 to your computer and use it in GitHub Desktop.
Save kirillshevch/4a93dec9ddf124e86e5c087fc7b00496 to your computer and use it in GitHub Desktop.
machine:
ruby:
version: 2.3.4
deployment:
staging:
branch: staging
commands:
- bundle exec cap staging deploy
production:
branch: production
commands:
- bundle exec cap production deploy
@muhammadyana
Copy link

hi @kirillshevch i getting error when use this configuration
image

is there is any update from circleCI?

@kirillshevch
Copy link
Author

Hi @muhammadyana
I created this snipped 5 years ago, it's deprecated long time ago. Just follow official circleci docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment