Skip to content
Snippets Groups Projects
Commit 0ba09299 authored by David Hrbáč's avatar David Hrbáč
Browse files

deploy OFF

parent 8965d99e
Branches
Tags
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
Pipeline #
...@@ -24,3 +24,14 @@ shellcheck: ...@@ -24,3 +24,14 @@ shellcheck:
script: script:
- which shellcheck || apt-get update && apt-get install -y shellcheck - which shellcheck || apt-get update && apt-get install -y shellcheck
- shellcheck *.sh - shellcheck *.sh
deploy to production:
environment: production
stage: deploy
image: ruby:latest
script:
- gem install dpl
#- dpl --provider=s3 --bucket=$S3_BUCKET_NAME
only:
- master
when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment