Skip to content

Commit b64e647

Browse files
committed
deprecated install_ssl warning
1 parent a120250 commit b64e647

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
@@ -9,6 +9,8 @@ install:
99
@$(RUN) bundle exec rails db:create
1010
@$(RUN) bundle exec rails db:migrate
1111
@$(RUN) bundle exec rails db:seed
12+
install_ssl:
13+
@echo "[DEPRECATED] \"make install_ssl\": command was been deprecated. Now we use Caddy Server for automatically manage SSL."
1214
update:
1315
@sh ./scripts/create-version
1416
@docker-compose pull

0 commit comments

Comments
 (0)