compiler/upload.sh
Florian Bouillon 9d804a9478
try x1
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-17 00:28:12 +01:00

7 lines
122 B
Bash
Executable File

#!/bin/sh
sshpass -p $UPLOAD_PASSWORD sftp $UPLOAD_USERNAME@$UPLOAD_REMOTE <<EOF
cd net/tcgdex/api
put -r dist/*
exit
EOF