Skip to content
Snippets Groups Projects
Commit 9ba0e389 authored by Alexandre Bourlier's avatar Alexandre Bourlier
Browse files

Updated deploy.sh to make it less scary

parent 943f6234
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ export DN="http://app.happy-dev.fr" ...@@ -3,7 +3,7 @@ export DN="http://app.happy-dev.fr"
export SDN="http://hd-ldp.happy-dev.fr" export SDN="http://hd-ldp.happy-dev.fr"
php index.php > index.html php index.php > index.html
grunt grunt
ssh happy-dev_alex@ssh-happy-dev.alwaysdata.net "cd hd-app; rm -Rf ./*; mkdir -p src/fonts; mkdir -p dist/css;" ssh happy-dev_alex@ssh-happy-dev.alwaysdata.net "rm -R hd-app; mkdir hd-app; cd hd-app; mkdir -p src/fonts; mkdir -p dist/css;"
scp index.html happy-dev_alex@ssh-happy-dev.alwaysdata.net:~/hd-app/ scp index.html happy-dev_alex@ssh-happy-dev.alwaysdata.net:~/hd-app/
scp .htaccess happy-dev_alex@ssh-happy-dev.alwaysdata.net:~/hd-app/ scp .htaccess happy-dev_alex@ssh-happy-dev.alwaysdata.net:~/hd-app/
scp -r dist/css/ happy-dev_alex@ssh-happy-dev.alwaysdata.net:~/hd-app/dist/ scp -r dist/css/ happy-dev_alex@ssh-happy-dev.alwaysdata.net:~/hd-app/dist/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment