We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1685332 commit ba8f6f2Copy full SHA for ba8f6f2
wiki/production.sh
@@ -64,7 +64,7 @@ bin/rails console production
64
# SANITY CHECKS
65
66
# From local
67
-curl https://api.interflux.com/sanity-check -H "Content-Type: application/vnd.api+json"
+curl https://rails.api.interflux.com/sanity-check -H "Content-Type: application/vnd.api+json" | jq
68
69
# On server
70
curl --unix-socket /var/www/api.interflux.com/sockets/puma.sock https://api.interflux.com/sanity-check -H "Content-Type: application/vnd.api+json"
0 commit comments