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

test the stage

parent 0ba09299
No related branches found
No related tags found
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 #
......@@ -25,6 +25,15 @@ shellcheck:
- which shellcheck || apt-get update && apt-get install -y shellcheck
- shellcheck *.sh
deploy to stage:
environment: stage
stage: deploy
image: ruby:latest
script:
- gem install dpl
- echo $CI_BUILD_REF_NAME
#- dpl --provider=s3 --bucket=$S3_BUCKET_NAME
deploy to production:
environment: production
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment