about summary refs log tree commit diff
path: root/users/fcuny/notes
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-12-06 17:58:36 -0800
committerFranck Cuny <franck@fcuny.net>2021-12-06 17:58:36 -0800
commit5031442c1f1107cb1477fa8721aa1d9ff5a8aa4d (patch)
treef147db3499f8c4ca3736e07ee4a9ee036addc9e8 /users/fcuny/notes
parentCSS: drop custom fonts + colors (diff)
downloadworld-5031442c1f1107cb1477fa8721aa1d9ff5a8aa4d.tar.gz
build: push git branches / tags after deploy
After a successful deploy, push all the branches / tags to origin.
Diffstat (limited to 'users/fcuny/notes')
-rw-r--r--users/fcuny/notes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/fcuny/notes/Makefile b/users/fcuny/notes/Makefile
index 81174c9..5414dde 100644
--- a/users/fcuny/notes/Makefile
+++ b/users/fcuny/notes/Makefile
@@ -19,6 +19,8 @@ deploy: worktree-clean docker-build
 	@echo "Deploying to fly ..."
 	flyctl deploy
 	@git tag -a --message $$(flyctl info -j |jq -r '.App | "fcuny.net/v\(.Version)"') $$(flyctl info -j |jq -r '.App | "fcuny.net/v\(.Version)"')
+	@git push origin --all
+	@git push origin --tags
 
 docker-build:
 	@echo "Building Docker image ..."