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