Skip to content
Snippets Groups Projects
Commit 04e6814d authored by Dan Notestein's avatar Dan Notestein
Browse files

Update .gitlab-ci.yml tags to allow a runner

parent 840d67da
No related branches found
No related tags found
2 merge requests!135Deploy to Production,!134get transaction documentation updates
......@@ -26,6 +26,8 @@ build:
# name: development
# only:
# - develop
tags:
- public-runner-docker
deploy_staging:
stage: deploy_staging
......@@ -46,6 +48,8 @@ deploy_staging:
name: development
only:
- develop
tags:
- public-runner-docker
deploy_master:
stage: deploy_master
......@@ -66,3 +70,5 @@ deploy_master:
name: production
only:
- master
tags:
- public-runner-docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment