Update .gitlab-ci.yml file
This commit is contained in:
parent
5bfa5dd4a0
commit
41d7b643b6
1 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
stages:
|
||||
- test
|
||||
- build
|
||||
#- memopoly.com
|
||||
- memopoly.com
|
||||
- my.makepostsell.com
|
||||
|
||||
test:
|
||||
|
|
@ -41,14 +41,14 @@ build:
|
|||
- commit-hash.txt
|
||||
#expire_in: 1 month
|
||||
|
||||
#memopoly.com:
|
||||
# stage: memopoly.com
|
||||
# tags: ["memopoly.com"]
|
||||
# script:
|
||||
# # publish build to Salt Master
|
||||
# - sudo /opt/salt-call-state-highstate.sh
|
||||
# rules:
|
||||
# - if: '$CI_COMMIT_BRANCH == "develop"'
|
||||
memopoly.com:
|
||||
stage: memopoly.com
|
||||
tags: ["memopoly.com"]
|
||||
script:
|
||||
# publish build to Salt Master
|
||||
- sudo /opt/salt-call-state-highstate.sh
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "develop"'
|
||||
|
||||
|
||||
my.makepostsell.com:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue