Skip to content

Commit

Permalink
Merge pull request #575 from RefugeRestrooms/develop
Browse files Browse the repository at this point in the history
Deploy Dance!
  • Loading branch information
mi-wood authored Mar 30, 2019
2 parents fbdc95d + 4d2a0f0 commit 699d846
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "refugerestrooms",
"description": "refuge heroku app.json",
"scripts": {
"postdeploy": "bundle exec rake db:setup"
"postdeploy": "bundle exec rake db:migrate"
},
"env": {
"DATABASE_URL": {
"AKISMET_KEY": {
"required": true
},
"HEROKU_POSTGRESQL_CYAN_URL": {
"BUGSNAG_API_TOKEN": {
"required": true
},
"DEVISE_SECRET_KEY": {
Expand All @@ -20,6 +20,9 @@
"EMAIL_PASSWORD": {
"required": true
},
"GOOGLE_MAPS_API_KEY": {
"required": true
},
"LANG": {
"required": true
},
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_piwik_tag.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://refugerestrooms.innocraft.cloud/";
var u="https://refugerestrooms.matomo.cloud/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
Expand Down

0 comments on commit 699d846

Please sign in to comment.