winter/.gitpod.yml
Ben Thomson 6f9923008e
Allow quick development environment with Gitpod (#295)
This PR introduces the capability of creating a quick development environment of Winter CMS using Gitpod for testing and further development.

See https://github.com/wintercms/winter/pull/295 for more information on the instance configuration.
2021-09-06 22:30:16 +08:00

37 lines
615 B
YAML

image:
file: ./.gitpod/Dockerfile
tasks:
- init: ./.gitpod/gitpod-init
command: ./.gitpod/gitpod-cmd
ports:
- port: 1025
onOpen: ignore
- port: 3306
onOpen: ignore
- port: 33060
onOpen: ignore
- port: 8000
visibility: public
onOpen: ignore
- port: 8025
onOpen: ignore
- port: 9003
onOpen: ignore
vscode:
extensions:
- felixfbecker.php-debug
- bmewburn.vscode-intelephense-client
github:
prebuilds:
master: true
branches: false
pullRequests: true
pullRequestsFromForks: false
addCheck: true
addComment: false
addBadge: true