1
0
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:
Mike Kostersitz (Oilcan Productions) 2023-03-06 13:49:37 -08:00 committed by Lars Brinkhoff
parent db199cb313
commit e479dca69a

View File

@ -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