diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1cad51a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: node_js -cache: yarn -before_install: -- openssl aes-256-cbc -K $encrypted_f0cc5a0bf9b1_key -iv $encrypted_f0cc5a0bf9b1_iv - -in secrets.tar.enc -out secrets.tar -d -- tar xvf secrets.tar -script: -- yarn lint -- yarn test -- NODE_ENV=$([ "$TRAVIS_BRANCH" == "master" ] && echo "production" || echo "staging") BUILD_ID=${TRAVIS_COMMIT:0:8} yarn build -deploy: -- provider: gae - skip_cleanup: true - keyfile: service-account-staging.json - project: unpkg-staging - config: app-staging.yaml - on: - branch: staging -- provider: gae - skip_cleanup: true - keyfile: service-account.json - project: unpkg-gcp - config: app.yaml - on: - branch: master diff --git a/app-staging.yaml b/app-staging.yaml deleted file mode 100644 index 084decd..0000000 --- a/app-staging.yaml +++ /dev/null @@ -1,9 +0,0 @@ -runtime: nodejs12 -env: standard -instance_class: B4 -basic_scaling: - max_instances: 1 - idle_timeout: 5m -env_variables: - NODE_ENV: 'staging' - DEBUG: 1 diff --git a/app.yaml b/app.yaml deleted file mode 100644 index 0a3476b..0000000 --- a/app.yaml +++ /dev/null @@ -1,10 +0,0 @@ -runtime: nodejs12 -env: standard -instance_class: F4 -automatic_scaling: - max_idle_instances: 1 - max_concurrent_requests: 40 - target_cpu_utilization: 0.8 - max_instances: 16 -env_variables: - NODE_ENV: 'production' diff --git a/secrets.tar.enc b/secrets.tar.enc deleted file mode 100644 index c2f69c0..0000000 Binary files a/secrets.tar.enc and /dev/null differ