environments
install
providers
settings
storage
variables

deploy

Description

deploy your app to an environment

Usage

1
2
Usage: forge deploy [options]

Options

1
2
--verbose                        enable verbose mode
-f, --no-verify                  disable pre-deployment checks
-e, --environment [environment]  specify the environment (see your default
                                 environment by running forge settings list)
--non-interactive                run the command without input prompts
-h, --help                       display help for command

Example

1
2
forge deploy -e staging --no-verify

This command will deploy your app to the staging environment without running forge lint or any other pre-deployment check.

Operations

The forge deploy command bundles and deploys your app's code to the Forge platform. By default, this command also runs pre-deployment checks (like forge lint) and reports any compilation errors. Apps must be deployed first before they can be installed on any site.

Further information

Rate this page: