mirror of
https://github.com/sigmasternchen/88x31samegame
synced 2025-03-15 08:18:54 +00:00
4 lines
127 B
Makefile
4 lines
127 B
Makefile
|
deploy:
|
||
|
npm run build
|
||
|
echo "put -r public/*\nbye" | sshpass -p "${MAIN_FTP_PASSWORD}" sftp ${MAIN_FTP_USER}@${MAIN_FTP_HOST}
|