forked from datastaxdevs/workshop-intro-to-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
38 lines (38 loc) · 878 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
tasks:
- name: cors-host-config
before: bash hostURL.sh
command: gp open README.md
- name: graphQL-Client
before: |
cd graphql-client-examples
nvm install node
npm install -g npm@latest
npm install astra-setup
npm install -g netlify-cli
npm install
command: |
echo "workshop-intro-to-graphql gitpod ready - LET'S DO THIS!"
- name: graphQL-Backend
openMode: split-right
before: |
cd graphql-backend-examples
mvn clean install
mvn spring-boot:run
ports:
- port: 8888
onOpen: open-preview
- port: 8080
visibility: public
onOpen: open-browser
- port: 3000
onOpen: ignore
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: false
addCheck: true
addComment: false
addBadge: true
addLabel: false