Files
www_threefold_io/.gitpod.yml
2021-09-15 15:45:42 +03:00

51 lines
1.7 KiB
YAML

image:
file: .gitpod.Dockerfile
tasks:
- name: WIKI
command: |
curl https://raw.githubusercontent.com/freeflowuniverse/crystaltools/development/install.sh > /tmp/install.sh
bash /tmp/install.sh
source /workspace/env.sh
publtools_check
cd config
publishtools install
cd ..
clear
echo ' -- WEB PUBLISH TOOLS -- '
echo
echo ' - do "./run" to run website.'
echo ' - do "./build" to build website, see in dir build for result.'
echo ' - do "open ../workspace.code-workspace" to open all relevant dirs in your editor.'
ports:
- port: 9998
onOpen: open-browser
- port: 8080
onOpen: open-browser
- port: 6379
onOpen: ignore
vscode:
extensions:
- vlanguage.vscode-vlang
- telesoho.vscode-markdown-paste-image
- yzhang.markdown-all-in-one
- shd101wyy.markdown-preview-enhanced
- bierner.markdown-mermaid
- darkriszty.markdown-table-prettify
- bpruitt-goddard.mermaid-markdown-syntax-highlighting
- shuworks.vscode-table-formatter
github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: false
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
addComment: true
# add a "Review in Gitpod" button to pull requests (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: prebuilt-in-gitpod