2020-11-18 23:09:13 +01:00
|
|
|
hosts:
|
|
|
|
deployer.org: ~
|
|
|
|
|
2021-10-21 21:14:30 +02:00
|
|
|
config:
|
|
|
|
banner: |
|
|
|
|
╭──────────────────────────────────────────────────────╮
|
|
|
|
│ │
|
|
|
|
│ Update available! https://deployer.org/download │
|
|
|
|
│ │
|
|
|
|
╰──────────────────────────────────────────────────────╯
|
2020-11-18 23:09:13 +01:00
|
|
|
|
2021-10-21 21:14:30 +02:00
|
|
|
tasks:
|
|
|
|
update_manifest:
|
|
|
|
- desc: Create a new record in manifest.json
|
|
|
|
- cd: ~/deployer.org/artifacts
|
|
|
|
run: "fx manifest.json '[...this, {name: `deployer.org`, sha1: `{{sha1}}`, url: `{{url}}`, version: `{{version}}`}]'" #save
|
|
|
|
|
|
|
|
create_banner:
|
|
|
|
- desc: Create an update banner
|
|
|
|
- run: echo $'{{banner}}' #> {{site}}/check-updates/{{old_version}}
|