Skip to content
Snippets Groups Projects
Commit dc20ad45 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fixing deployment

parent 5c233024
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ case $DESTINATION in
esac
ng build --optimization=true --prod=true
ssh-add ~/.ssh/ssa16
ssh $USER@$SERVER "rm -R /home/${SERVER}/content/vlass-manager/*"
scp -r dist/vlass-manager/* $USER@$SERVER:/home/$SERVER/content/vlass-manager
ssh $USER@$SERVER "chmod -R 775 /home/${SERVER}/content/vlass-manager/*"
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