mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
21 lines
954 B
YAML
21 lines
954 B
YAML
hosts:
|
|
deployer.org: ~
|
|
|
|
config:
|
|
banner: |
|
|
╭──────────────────────────────────────────────────────╮
|
|
│ │
|
|
│ Update available! https://deployer.org/download │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────╯
|
|
|
|
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}}
|