forked from deployphp/deployer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.yaml
More file actions
28 lines (23 loc) · 933 Bytes
/
deploy.yaml
File metadata and controls
28 lines (23 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import:
- src/Support/update_manifest.php
hosts:
deployer.org:
remote_user: anton
config:
banner: |
╭──────────────────────────────────────────────────────╮
│ │
│ Update available! Mode info ï.at/update │
│ │
╰──────────────────────────────────────────────────────╯
tasks:
release:
- update_manifest
- release_dist
release_dist:
- desc: Release deployer/dist
- cd: ~/dev/dist
run: php update
create_banner:
- desc: Create an update banner
- run: echo $'{{banner}}' > {{site}}/check-updates/{{old_version}}