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

13
.gitlab-ci.yml Normal file
View 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