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