You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy.sh
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
142
142
exit 1
143
143
fi
144
144
145
+
echo -e "==> ${RED}Add SRI version to '/etc/nginx/sa-client-site-with-ssl.conf' on external server and update docs page at 'https://docs.simpleanalytics.com/sri'${RESET}"
146
+
145
147
echo -e "==> ${GREEN}Woop woop! Deployed to $SERVER_NAME!${RESET}"
0 commit comments