This commit is contained in:
Aliberk Sandıkçı 2023-05-11 15:53:49 +03:00
parent bb2e8eb9f9
commit 53fd1050da
1 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,9 @@
--- ---
deployment: deployment:
tasks: tasks:
- export DEPLOYPATH=/home/$USER/public_html/ - /bin/cp index.html ~/public_html
- /bin/cp index.html $DEPLOYPATH - /bin/cp links.php ~/public_html
- /bin/cp links.php $DEPLOYPATH - /bin/cp about.html ~/public_html
- /bin/cp about.html $DEPLOYPATH /bin/cp -R assets ~/public_html
/bin/cp -R assets $DEPLOYPATH