diff --git a/.gitpod.yml b/.gitpod.yml index 181d298fc..f6c2dfd3b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -17,7 +17,10 @@ tasks: redis-server & init: > cp .env_sample .env && + echo "APP_DOMAIN=\"$(gp url 3000 | cut -f 3 -d /)\"" >> .env && + echo 'APP_PROTOCOL="https://"' >> .env && gem install solargraph && + gem install foreman && bin/setup command: > bin/startup