mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
use deploy-dev, add missing d options
This commit is contained in:
parent
1f1e520ec8
commit
8a7897d326
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def hifiJob(String targetName, Boolean deploy) {
|
|||
}
|
||||
EscalateStatus true
|
||||
RunIfJobSuccessful true
|
||||
script "curl -d action=deploy role=highfidelity-live revision=${targetName} https://${ARTIFACT_DESTINATION}"
|
||||
script "curl -d action=deploy-dev -d role=highfidelity-live -d revision=${targetName} https://${ARTIFACT_DESTINATION}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue