mirror of
https://github.com/tcgdex/compiler.git
synced 2025-04-23 02:52:10 +00:00
6 lines
112 B
Bash
Executable File
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
|