We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a120250 commit b64e647Copy full SHA for b64e647
Makefile
@@ -9,6 +9,8 @@ install:
9
@$(RUN) bundle exec rails db:create
10
@$(RUN) bundle exec rails db:migrate
11
@$(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."
14
update:
15
@sh ./scripts/create-version
16
@docker-compose pull
0 commit comments