Skip to content

Commit

Permalink
fix: Update .gitpod.yml to support Gitpod's current configuration (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanlahamage authored Dec 29, 2024
1 parent e229533 commit 4460503
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
tasks:
- init: |
nvm install $(jq -r .engines.node package.json) &&
curl https://install.meteor.com/ | sh &&
export PATH="$PATH:$HOME/.meteor" &&
curl https://install.meteor.com/?release=$(
curl -so- https://raw.githubusercontent.com/RocketChat/Rocket.Chat/develop/apps/meteor/.meteor/release | cut -d@ -f2
) | sh &&
export PATH=$PATH:/home/gitpod/.meteor &&
yarn &&
export ROOT_URL=$(gp url 3000)
command: yarn build && yarn dev
command: yarn dsv
ports:
- port: 3000
visibility: public
onOpen: open-preview

github:
prebuilds:
master: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: true
addBadge: true

vscode:
extensions:
- esbenp.prettier-vscode
- esbenp.prettier-vscode

0 comments on commit 4460503

Please sign in to comment.