Skip to content

Commit

Permalink
UPDATE : updated the rule of init_vault
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguar-ks committed Dec 12, 2024
1 parent 5980512 commit 809aad3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ fclean: down delete_images
init_vault:
rm -rf ./srcs/vault/data/*
rm -rf ./srcs/vault/init/*
rm ./srcs/api/cred.env
rm ./srcs/api/django-cred.json

.PHONY: all build up down delete_images fclean
.PHONY: all build up down delete_images fclean init_vault

.SILENT: all build up down delete_images fclean
.SILENT: all build up down delete_images fclean init_vault

0 comments on commit 809aad3

Please sign in to comment.