-
Notifications
You must be signed in to change notification settings - Fork 20
Inputs
The PullPreview workflow allows various options to be specified in the with section of the workflow:
-
admins: Logins of GitHub users that will have their SSH key installed on the instance, comma-separated. Defaults to none, which means you won't have SSH access. We suggest you set at least one GitHub login (e.g.crohr). -
always_on: By default PullPreview only deploys Pull Requests. With this setting you can also request specific branches to always be deployed. Defaults to none. -
compose_files: Compose files to use when running docker-compose up, comma-separated. Defaults todocker-compose.yml. -
dns: Which DNS suffix to use. Defaults tomy.pullpreview.com. -
instance_type: Instance type to use. Defaults tosmall_2_0(1CPU, 2GB RAM, 10$/month) -
default_port: The port to use when building the preview URL. Defaults to80. -
ports: Ports to open for external access on the preview server (port 22 is always open). Comma-separated. Defaults to80/tcp,443/tcp,1000-10000/tcp.