Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
tasks:
- init:
bundle install &&
bundle install &&
yarn &&
bundle exec rake db:reset
bundle exec rake db:reset &&
touch /workspace/.build-done
command: bundle exec rails s -b 0.0.0.0
- command:
bundle exec foreman start
while [ ! -f /workspace/.build-done ]; do sleep 1; done;
bundle exec hyperstack-hotloader -p 25222 -d app/hyperstack/
openMode: split-right
ports:
- port: 5000
onOpen: ignore
- port: 3000
onOpen: open-preview
- port: 9514
onOpen: ignore
- port: 9515
onOpen: ignore
- port: 25222
onOpen: ignore