mirror of
https://github.com/rjNemo/rust-web
synced 2026-06-06 02:46:41 +00:00
Fully automate dev setup with Gitpod (#1)
This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click.
This commit is contained in:
parent
16db93d3fa
commit
61a4467fce
2 changed files with 10 additions and 0 deletions
5
.gitpod.yml
Normal file
5
.gitpod.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
image: gitpod/workspace-full
|
||||
|
||||
tasks:
|
||||
- init: cargo build
|
||||
command: cargo watch -x run
|
||||
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[](https://gitpod.io/#https://github.com/rjNemo/rust-web)
|
||||
|
||||
# Rust-web
|
||||
|
||||
Small rust web service
|
||||
Loading…
Reference in a new issue