chore: push after deploy

This commit is contained in:
ayo 2026-03-14 22:46:19 +01:00
parent 0f0fe2232c
commit 1867a6bbfd

View file

@ -13,7 +13,7 @@
"format": "prettier . --write",
"check": "npm run format && npm run lint",
"predeploy": "npm version patch && npm run build",
"deploy": "npm run predeploy && eval $(grep '^HOST' .env) && scp -r dist ayo@$HOST:~/ayco.io-flask",
"deploy": "npm run predeploy && eval $(grep '^HOST' .env) && scp -r dist ayo@$HOST:~/ayco.io-flask && git push",
"build:preview": "npm run build && astro preview",
"build:deploy": "npm run build && npm run deploy",
"copy:dist": "npm run build && cp -R dist ../ayco.io-flask/",