Skip to content
Snippets Groups Projects
Commit f5cb84aa authored by Ilya Aksenov's avatar Ilya Aksenov
Browse files

Update .gitlab-ci.yml file

parent a29f207d
No related branches found
No related tags found
No related merge requests found
Pipeline #14868 canceled with stage
plugin_explorer_update:
rules:
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME == "old-master"
script:
- cd /home/gitlab-runner/playbooks/sites_deploy/
- ansible-playbook plugin_explorer_update.yml
......@@ -8,3 +8,25 @@ plugin_explorer_update:
host_deploy: explorer-subzero
tags:
- plugin-explorer
plugin_mileena_update:
rules:
- if: $CI_COMMIT_REF_NAME == "release-1.1"
script:
- cd /home/gitlab-runner/playbooks/sites_deploy/
- ansible-playbook plugin_explorer_update.yml
variables:
host_deploy: explorer-mileena
tags:
- plugin-explorer
plugin_scorpion_update:
rules:
- if: $CI_COMMIT_REF_NAME == "master"
script:
- cd /home/gitlab-runner/playbooks/sites_deploy/
- ansible-playbook plugin_explorer_update.yml
variables:
host_deploy: explorer-scorpion
tags:
- plugin-explorer
\ No newline at end of file
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