ci/cd?
This commit is contained in:
parent
dd6b7efa06
commit
2c52e9f3e8
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
image: ruby:2.6.5-alpine
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
bundle_install:
|
||||
stage: deploy
|
||||
script:
|
||||
- bundle install --path=./vendor
|
||||
|
||||
deploy_application:
|
||||
stage: deploy
|
||||
script:
|
||||
- cap production deploy
|
Loading…
Reference in a new issue