Skip to content

Commit 1618445

Browse files
committed
chore: adjust Makefile
1 parent 2c2e1ac commit 1618445

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Makefile

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
bump:
2-
sh cli/bump.sh
3-
4-
deploy:
5-
cd frontend && pnpm build
6-
dotenvx run -f .env.production -- node cli/deploy.mjs
7-
vercel build
8-
vercel --prod
9-
node cli/deploy-post.mjs
1+
# --- Pipeline
102

113
sign:
124
git add .
135
git commit -S
146

7+
shelf:
8+
git push
9+
1510
push:
1611
sh cli/bump.sh
1712
git push
1813

14+
deploy:
15+
${MAKE} frontend build
16+
dotenvx run -f .env.production -- node cli/deploy.mjs
17+
vercel build
18+
vercel --prod
19+
node cli/deploy-post.mjs
20+
1921
# --- Environment
2022

2123
env-decrypt:

0 commit comments

Comments
 (0)