9 lines
238 B
YAML
9 lines
238 B
YAML
---
|
|
deployment:
|
|
tasks:
|
|
- /bin/cp index.html ~/public_html
|
|
- /bin/cp -R assets ~/public_html
|
|
- /bin/cp -R c/link/ ~/public_html/link/
|
|
- /bin/cp -R c/dev/ ~/public_html/dev/
|
|
- /bin/cp -R c/about/ ~/public_html/about/
|
|
|