-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gitpod.yml
13 lines (12 loc) · 1.46 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- command: cp ./.env.example ./.env && php -S localhost:9003 index.php && gp preview $(gp url 9003) && echo "ATTENTION - Thank you for testing the new yxorP Web proxy. Please be aware that Gitpod is now attempting to open two new tabs in your web browser concurrently. If this does not work, check that the pop-up window option is enabled in your web browser, and then go to the "ports" tab to manually open each preview. (This terminal may be used to control the 'Site Dashboard' example that is now running on port 9003. Both Debug and Run have been configured automatically)."
- command: cd ./app && php -S localhost:9004 index.php && gp preview $(gp url 9004) && echo "ATTENTION - Thank you for testing the new yxorP Web proxy. Please be aware that Gitpod is now attempting to open two new tabs in your web browser concurrently. If this does not work, check that the pop-up window option is enabled in your web browser, and then go to the "ports" tab to manually open each preview. (This terminal may be used to control the 'Admin Proxy' example that is now running on port 9003. Both Debug and Run have been configured automatically)."
openMode: split-right
ports:
- port: 9003
onOpen: open-preview
- port: 9004
onOpen: open-browser