run deploy jobs at the same time
This commit is contained in:
parent
1d12f5852f
commit
6088d883f1
1 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
|||
stages:
|
||||
- memopoly.com
|
||||
- my.makepostsell.com
|
||||
- deploy
|
||||
|
||||
|
||||
memopoly.com:
|
||||
stage: memopoly.com
|
||||
stage: deploy
|
||||
tags: ["memopoly.com"]
|
||||
script:
|
||||
# publish build to Salt Master
|
||||
|
|
@ -15,7 +14,7 @@ memopoly.com:
|
|||
|
||||
|
||||
my.makepostsell.com:
|
||||
stage: my.makepostsell.com
|
||||
stage: deploy
|
||||
tags: ["my.makepostsell.com"]
|
||||
script:
|
||||
# publish build to Salt Master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue