Skip to content

Commit 8721a27

Browse files
committed
make deploy pushes to origin too
1 parent 344276e commit 8721a27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ clean:
2121
rm -rf ./_build
2222

2323
deploy:
24+
git pull --rebase
25+
git push origin master
2426
git push gigalixir master
2527

2628
status:

0 commit comments

Comments
 (0)