mirror of
https://github.com/sigmasternchen/88x31samegame
synced 2025-03-15 08:18:54 +00:00
add Makefile for deployment
This commit is contained in:
parent
ddfdb89fc4
commit
ae5b523964
1 changed files with 3 additions and 0 deletions
3
Makefile
Normal file
3
Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
deploy:
|
||||
npm run build
|
||||
echo "put -r public/*\nbye" | sshpass -p "${MAIN_FTP_PASSWORD}" sftp ${MAIN_FTP_USER}@${MAIN_FTP_HOST}
|
Loading…
Reference in a new issue