Skip to content

Commit 14f85c9

Browse files
author
Alcides Ramos
committed
docs(Makefile): updated file
1 parent 6d06f63 commit 14f85c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ endef
6868
# MISCELANEOUS
6969
###
7070

71+
.PHONY: clean-up
72+
clean-up:
73+
@git fetch -ap && git reset --hard && git clean -fd && git pull
74+
7175
.PHONY: set-environment
7276
set-environment:
7377
$(eval APP_ENV=$(shell gum choose --header "Setting up Makefile environment..." --selected "dev" "dev" "prod"))
@@ -297,6 +301,14 @@ uninstall-app: require-confirmation
297301
fi;
298302
$(MAKE) help
299303

304+
###
305+
# CI/CD
306+
###
307+
308+
.PHONY: deploy
309+
deploy: clean-up build up ## Application: deploys the application
310+
$(call taskDone)
311+
300312
###
301313
# SHORTCUTS
302314
###

0 commit comments

Comments
 (0)