Skip to content
Snippets Groups Projects
Commit 38b4c5f0 authored by Michiel de Jong's avatar Michiel de Jong Committed by Pierre Ozoux
Browse files

fix important typo in deploy.sh

parent 60d93e2a
No related branches found
No related tags found
No related merge requests found
......@@ -30,5 +30,5 @@ ssh $USER@$SERVER sudo sh ./onServer.sh $BRANCH $SERVER
# overrides BACKUP_DESTINATION from cloud-config
echo $BACKUP_DEST > ./deploy/tmp.txt
scp ./deploy/tmp.txt $USER@SERVER:/data/BACKUP_DESTINATION
scp ./deploy/tmp.txt $USER@$SERVER:/data/BACKUP_DESTINATION
rm ./deploy/tmp.txt
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