Build Packs
Static
NodeJS
VueJS
NuxtJS
React/Preact
NextJS
Gatsby
Svelte
PHP
Rust
NestJS
Docker
Python
General settings
  • Preview deployments

    PR's will be deployed so you could review them easily

    {#if $isPullRequestPermissionsGranted}
    {#if loading.previewDeployment}
    {$application.general.isPreviewDeploymentEnabled ? 'Enabling...' : 'Disabling...' }
    {/if}
    {:else}
    {#if !howToActivate} {:else} {/if} {#if howToActivate}
    (howToActivate = false)} > X

    You need to add two new permissions to your GitHub App:


    1. In Repository permissions, add Read-only access to Pull requests.


    2. In Subscribe to events section, check Pull request field.


    3. You receive an email where you need to accept the new permissions.

    {/if}
    {/if}
Commands
{#if $application.build.pack === 'python'} {:else} {/if}