mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
Update .gitpod.yml
This commit is contained in:
parent
8e7fa6bb97
commit
5b12b7bbe8
19
.gitpod.yml
19
.gitpod.yml
@ -1,18 +1,13 @@
|
|||||||
---
|
---
|
||||||
image: gitpod/workspace-rust
|
image:
|
||||||
|
file: .gitpod.Dockerfile
|
||||||
|
|
||||||
# Commands that will run on workspace start
|
# Commands that will run on workspace start
|
||||||
tasks:
|
tasks:
|
||||||
- name: Setup, Install & Build
|
- name: Build & Deploy
|
||||||
before: apt install redis-server nodejs npm -y
|
|
||||||
init: cargo build -r
|
init: cargo build -r
|
||||||
command: redis-server --port 8080 & ./target/release/websurfx
|
command: redis-server --port 8082 & ./target/release/websurfx
|
||||||
|
|
||||||
# Ports to expose on workspace startup
|
|
||||||
ports:
|
|
||||||
- name: Website
|
|
||||||
description: Website Preview
|
|
||||||
port: 8080
|
|
||||||
onOpen: notify
|
|
||||||
# vscode IDE setup
|
# vscode IDE setup
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
@ -32,7 +27,9 @@ vscode:
|
|||||||
- PKief.material-icon-theme
|
- PKief.material-icon-theme
|
||||||
- oderwat.indent-rainbow
|
- oderwat.indent-rainbow
|
||||||
- formulahendry.auto-rename-tag
|
- formulahendry.auto-rename-tag
|
||||||
- eamodio.gitlens
|
- swellaby.vscode-rust-test-adapter
|
||||||
|
- belfz.search-crates-io
|
||||||
|
|
||||||
github:
|
github:
|
||||||
prebuilds:
|
prebuilds:
|
||||||
master: true
|
master: true
|
||||||
|
Loading…
Reference in New Issue
Block a user