compiler/upload.sh
Florian Bouillon 8973a319b8
try 9999
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-17 00:26:16 +01:00

6 lines
112 B
Bash
Executable File

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