diff --git a/publish.sh b/publish.sh index a78ae99..35e56b9 100755 --- a/publish.sh +++ b/publish.sh @@ -2,4 +2,6 @@ sass source/static/assets/sass/main.scss source/static/assets/css/main.css php bin/compile.php -rsync -rv --exclude=settings.php web webhost.netsyms.net:/var/www/certifiedfromhome.com/ +rsync -rv web webhost.netsyms.net:/var/www/test.certifiedfromhome.com/ + +#rsync -rv --exclude=settings.php web webhost.netsyms.net:/var/www/certifiedfromhome.com/ diff --git a/settings.json b/settings.json index fb2f461..796b299 100644 --- a/settings.json +++ b/settings.json @@ -2,7 +2,8 @@ "context": { "site_title": "Certified from Home", "site_root": "https://certifiedfromhome.com/", - "stripe_pk": "pk_live_51NEHz0LeSU0ahZ9MUVOnCSGAibY3M4UHqdRzdxFLMnlmbnMAVJzDz0psztY9AvwpTjRcpXkJT5ljBaY7z6v0w2TT00dA0Lnx2d", + "stripe_pk_live": "pk_live_51NEHz0LeSU0ahZ9MUVOnCSGAibY3M4UHqdRzdxFLMnlmbnMAVJzDz0psztY9AvwpTjRcpXkJT5ljBaY7z6v0w2TT00dA0Lnx2d", + "stripe_pk_test": "pk_test_51NEHz0LeSU0ahZ9MpX1WyzQWkJLvSntsj181vTRXLVqJqdZcQ7i7rLpNu7X6iinaIq1h8UOz4Ypkzh61RZ06CXIs00UhIjvV1M", "navigation": [ { "title": "Home", diff --git a/source/includes/footer.html b/source/includes/footer.html index 2f33b44..f8f84c6 100644 --- a/source/includes/footer.html +++ b/source/includes/footer.html @@ -3,8 +3,7 @@