-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitpod.yml
61 lines (57 loc) · 1.64 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 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.
image: gitpod/workspace-full:latest
tasks:
- name: Rails
command: |
rvm install "$(cat .ruby-version)"
rvm --default use "$(cat .ruby-version)"
gem install bundler --no-document
bundle install
npm install
bin/setup
bin/rails server -b 0.0.0.0
ports:
- port: 3000
onOpen: open-preview
vscode:
extensions:
- ms-azuretools.vscode-docker
- bungcip.better-toml
- zamerick.vscode-caddyfile-syntax
- EditorConfig.EditorConfig
- GitHub.vscode-pull-request-github
- GitHub.github-vscode-theme
- bierner.github-markdown-preview
- bierner.markdown-checkbox
- bierner.markdown-emoji
- bierner.markdown-footnotes
- bierner.markdown-mermaid
- bierner.markdown-preview-github-styles
- bierner.markdown-yaml-preamble
- Gruntfuggly.todo-tree
- WakaTime.vscode-wakatime
- timonwong.shellcheck
- GitLab.gitlab-workflow
- PKief.markdown-checkbox
- PKief.material-icon-theme
- PKief.material-product-icons
- ms-python.python
- rebornix.ruby
- golang.go
- silvenon.mdx
- DavidAnson.vscode-markdownlint
- abumalick.vscode-nvm
- amazonwebservices.aws-toolkit-vscode
- arcticicestudio.nord-visual-studio-code
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: true
addBadge: true
addLabel: true