-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitpod.yml
More file actions
29 lines (25 loc) · 767 Bytes
/
.gitpod.yml
File metadata and controls
29 lines (25 loc) · 767 Bytes
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
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
vscode:
extensions:
- https://gitpod-vsix.s3.amazonaws.com/vscode.vsix
ports:
- name: Store
description: Sprkl store
port: 80
onOpen: open-browser
- name: Sprkl
description: Sprkl agent
port: 57011
onOpen: open-browser
tasks:
- before: |
mv /workspace/sprkl $HOME/.sprkl
export PATH="$PATH:$HOME/.sprkl/bin"
init: |
npx --yes @sprkl/scripts@0.0.38 install
mv $HOME/.sprkl /workspace/sprkl
yarn install
docker compose pull
command: yarn run example