mirror of
https://github.com/deployphp/deployer.git
synced 2025-01-18 05:58:15 +01:00
22 lines
714 B
YAML
22 lines
714 B
YAML
import:
|
|
- src/Support/update_banner.php
|
|
- src/Support/update_manifest.php
|
|
|
|
hosts:
|
|
deployer.org:
|
|
remote_user: anton
|
|
|
|
config:
|
|
banner: |
|
|
╭────────────────────────────────────────────╮
|
|
│ │
|
|
│ Update available! More info at │
|
|
│ https://ï.at/deployer-releases │
|
|
│ │
|
|
╰────────────────────────────────────────────╯
|
|
|
|
tasks:
|
|
release:
|
|
- update_banner
|
|
- update_manifest
|