Skip to content

Instantly share code, notes, and snippets.

@wess
Created July 2, 2020 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wess/e304acceeeb71006fb300208dc0a53c3 to your computer and use it in GitHub Desktop.
Save wess/e304acceeeb71006fb300208dc0a53c3 to your computer and use it in GitHub Desktop.
project: MyPlatform
repos:
- https://github.com/....git
- https://github.com/....git
- https://github.com/....git
dependencies:
- postgresql@latest
- rust@1.46.0
env:
- DB_NAME: myapp
- DB_USER: postgres
- DB_PASS: postgres
tasks:
- list: ls -la
- clean: rm -rf ./dist
- run: ./project_a/bin/start.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment