Testing Publishing in drymode
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
15eadd8765
commit
60a659dd32
@ -18,5 +18,21 @@ pipeline:
|
|||||||
from_secret: ssh-key
|
from_secret: ssh-key
|
||||||
target: /srv/fwuploads-tmp/bin/
|
target: /srv/fwuploads-tmp/bin/
|
||||||
source: release_state.json
|
source: release_state.json
|
||||||
|
when:
|
||||||
|
path: "release_state.json"
|
||||||
|
|
||||||
|
prepare:
|
||||||
|
image: appleboy/drone-ssh
|
||||||
|
settings:
|
||||||
|
host: 46.4.138.183
|
||||||
|
username: fwupload
|
||||||
|
key:
|
||||||
|
from_secret: ssh-key
|
||||||
|
port: 22
|
||||||
|
command_timeout: 120m
|
||||||
|
script:
|
||||||
|
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b stable -d
|
||||||
|
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b beta -d
|
||||||
|
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b experimental -d
|
||||||
when:
|
when:
|
||||||
path: "release_state.json"
|
path: "release_state.json"
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"stable": "v2022.1.4",
|
"stable": "v2020.2.2",
|
||||||
"beta": "v2022.1.5",
|
"beta": "v2020.2.2",
|
||||||
"experimental": "v2022.1.4"
|
"experimental": "v2020.2.2"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user