mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Update deploy-ftp.sh
Adding the line that generates the tar files during build since we are not calling the SSH script right now.
This commit is contained in:
parent
db199cb313
commit
e479dca69a
@ -17,9 +17,12 @@ echo "login $USER" >> "$NETRC"
|
||||
echo "password $FTP_SECRET" >> "$NETRC"
|
||||
chmod 600 "$NETRC"
|
||||
|
||||
echo "Deploying to $USER@$HOST"
|
||||
(cd out; tar czf $EMULATOR.tgz $EMULATOR)
|
||||
|
||||
echo "Deploying as $USER at $HOST"
|
||||
|
||||
ftp "$HOST" <<EOF
|
||||
passive
|
||||
type image
|
||||
cd $DIR
|
||||
lcd out
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user