88x31samegame/Makefile

3 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}