Skip to content

Commit d1f93af

Browse files
split-up the tasks 🔧 (#10)
1 parent 8b8614b commit d1f93af

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitpod.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ ports:
1010
onOpen: ignore
1111

1212
tasks:
13-
- init: |
13+
- name: Installing Dependencies
14+
init: |
1415
bundle install &&
15-
yarn install &&
16-
rake db:create
16+
yarn install
17+
- name: create database & start server
1718
command: |
19+
rake db:create
1820
rails server -b 0.0.0.0
1921
2022
vscode:

0 commit comments

Comments
 (0)