diff --git a/.travis.yml b/.travis.yml index c5ff8dc..cad328a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ before_script: before_install: - openssl aes-256-cbc -K $encrypted_e44c58426490_key -iv $encrypted_e44c58426490_iv -in XRay-67d8fdd0bba3.json.enc -out XRay-67d8fdd0bba3.json -d +- cp config.production.php config.php deploy: skip_cleanup: true provider: gae diff --git a/composer.json b/composer.json index 751d442..62ccfca 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ }, "autoload": { "files": [ + "config.php", "lib/helpers.php", "controllers/Main.php", "controllers/Parse.php", diff --git a/config.production.php b/config.production.php new file mode 100644 index 0000000..6020700 --- /dev/null +++ b/config.production.php @@ -0,0 +1,5 @@ +