add Makefile for deployment

This commit is contained in:
sigmasternchen 2025-01-26 20:29:10 +01:00
parent ddfdb89fc4
commit ae5b523964

3
Makefile Normal file
View 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}