Commit Graph

3 Commits

Author SHA1 Message Date
Aswin V cd8dd8580b
Support standalone build in npm start script (#1292)
* Add `postbuild` to copy static/public into standalone

* `prestart` to build,use standalone for `start`

* Sync lock file

* Remove build step, taken care by prestart

* Cleanup playwright webserver

* Update heroku start

* Increase webserver timeout

* Bump up timeout

* Use `copy` instead of xcopy

* Remove `prestart`, add build step back to CI

* Revert timeout to 1min

* [Fix] Prefix path with dot (current dir)
2023-07-29 02:39:35 +05:30
Aswin V 6f2384c97e
Add missing env to one click deploy (#122)
* Fix env from heroku

* Add missing envs

* Support DATABASE_URL env

* Fix IDP_ENABLED env check

* Remove env setting

* SAML_AUDIENCE env value and not required change

* CLIENT_SECRET_VERIFIER not required

* Fix envLink and add variables

* Use defaultDb util across npm and service

* Add IDP_ENABLED
2022-03-18 18:37:44 +00:00
Aswin V ec83f5052b
56 one click deploy (#70)
* Add deploy to vercel badge

* app.json for heroku

* customise web process and set env

* export env

* invoke next directly

* Fix script

* Bind to the heroku container port

* Deploy to heroku button

* Add env description

* set SSL to true

* Try with query params

* Try with ssl setting

* Revert changes

* Use sslmode with conn string

* Add env to set typeorm connection setting for ssl

* Fix option setting

* Remove sslmode

* Remove template

* Name fix

* Test the PGSSLMODE flag

* Cleanup

* addback newline

* Remove plan spec
2022-01-21 23:17:01 +00:00