This commit is contained in:
f 2020-03-02 12:41:20 -03:00
parent 2c52e9f3e8
commit d4659a0e4e
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -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