7 lines
142 B
YAML
7 lines
142 B
YAML
---
|
|
deployment:
|
|
tasks:
|
|
- /bin/cp index.html ~/public_html
|
|
- /bin/cp links.php ~/public_html
|
|
- /bin/cp about.html ~/public_html
|
|
|