2023-05-11 12:01:17 +03:00
|
|
|
---
|
|
|
|
deployment:
|
|
|
|
tasks:
|
2023-05-11 15:47:22 +03:00
|
|
|
- export DEPLOYPATH="~/public_html/"
|
2023-05-11 12:23:15 +03:00
|
|
|
- /bin/cp index.html $DEPLOYPATH
|
2023-05-11 15:36:22 +03:00
|
|
|
- /bin/cp links.php $DEPLOYPATH
|
2023-05-11 14:47:18 +03:00
|
|
|
- /bin/cp about.html $DEPLOYPATH
|
2023-05-11 15:43:06 +03:00
|
|
|
/bin/cp -R assets $DEPLOYPATH
|
2023-05-11 14:47:18 +03:00
|
|
|
|
2023-05-11 12:01:17 +03:00
|
|
|
|