ci/cd?
This commit is contained in:
parent
2c52e9f3e8
commit
d4659a0e4e
1 changed files with 2 additions and 5 deletions
|
@ -2,12 +2,9 @@ image: ruby:2.6.5-alpine
|
|||
stages:
|
||||
- deploy
|
||||
|
||||
bundle_install:
|
||||
stage: deploy
|
||||
script:
|
||||
- bundle install --path=./vendor
|
||||
|
||||
deploy_application:
|
||||
stage: deploy
|
||||
script:
|
||||
- gem install bundler
|
||||
- bundle install --path=./vendor
|
||||
- cap production deploy
|
||||
|
|
Loading…
Reference in a new issue