-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitpod.yml
30 lines (30 loc) · 862 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
tasks:
- name: workshop-graphql-netflix
before: |
cd /workspace/workshop-graphql-netflix
curl -Ls "https://dtsx.io/get-astra-cli" | bash >> ./install.log
printf 'export PATH="$HOME%s:$PATH"\n' "/.astra/cli" >> $HOME/.bashrc
printf 'unset JAVA_TOOL_OPTIONS\n' >> $HOME/.bashrc
nvm install 16.13.0
npm install -g npm@latest
npm install -g netlify-cli
npm install
command: |
source /home/gitpod/.astra/cli/astra-init.sh
echo -e "\n\n *** Astra DB Netflix Clone READY ... Let's go ! ***\n"
gp open README.md
ports:
- port: 8888
onOpen: open-preview
- port: 3000
onOpen: ignore
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: false
addCheck: true
addComment: false
addBadge: true
addLabel: false