Skip to content

Commit

Permalink
gp yml instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tripott committed Jun 8, 2022
1 parent ce950f5 commit 34cbaea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ tasks:
poetry install
pre-commit install
bash .git/hooks/pre-commit
echo 'Heres your virtual environment named venv. Install deps here.'
echo '**************************************************************************'
echo '*** ***'
echo '*** Integration tests and examples depend on hyper app and services. ***'
echo '*** https://docs.hyper.io/applications ***'
echo '*** https://docs.hyper.io/app-keys ***'
echo '*** Be sure you have an environment variable named HYPER. ***'
echo '*** Set the HYPER value to a hyper app connection string. ***'
echo '*** See the REAMDME.md for more details ***'
echo '*** ***'
echo '**************************************************************************'
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
Expand Down

0 comments on commit 34cbaea

Please sign in to comment.