mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Stop trying to publish schema
This commit is contained in:
7
.github/workflows/nodejs.yml
vendored
7
.github/workflows/nodejs.yml
vendored
@@ -21,10 +21,3 @@ jobs:
|
||||
run: |
|
||||
npm install
|
||||
npm test
|
||||
- name: Register schema
|
||||
run: |
|
||||
npx pm2 start index.js --node-args '-r esm'
|
||||
npx apollo service:push
|
||||
env:
|
||||
port: 5000
|
||||
engine_api_key: ${{ secrets.ENGINE_API_KEY }}
|
||||
|
||||
11
.travis.yml
11
.travis.yml
@@ -1,11 +0,0 @@
|
||||
language: node_js
|
||||
node_js: 10
|
||||
cache: npm
|
||||
before_script: node -r esm index.js &
|
||||
after_success: npx apollo service:check
|
||||
deploy:
|
||||
provider: script
|
||||
script: npx apollo service:push
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
1111
package-lock.json
generated
1111
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,6 @@
|
||||
"apollo": "^2.16.0",
|
||||
"dotenv": "^6.1.0",
|
||||
"eslint": "^6.2.1",
|
||||
"nodemon": "^1.18.7",
|
||||
"pm2": "^3.5.1"
|
||||
"nodemon": "^1.18.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user