Skip to content

Commit f7fafe9

Browse files
committed
Add make production
1 parent 73d223a commit f7fafe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ build:
2020
clean:
2121
rm -rf ./_build
2222

23-
deploy:
23+
production:
2424
git pull --rebase
2525
git push origin master
2626
git push gigalixir master
2727

28+
deploy: production
29+
2830
status:
2931
gigalixir ps

0 commit comments

Comments
 (0)