You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to enhance the deployment process and provide more flexibility, we need to add the ability to make .env variables available to the deployment script in the forge-sdk. This can be achieved by adding a fourth boolean argument to the updateSiteDeploymentScript method.
Current Behavior:
Currently, the method signature is:
In order to enhance the deployment process and provide more flexibility, we need to add the ability to make
.env
variables available to the deployment script in theforge-sdk
. This can be achieved by adding a fourth boolean argument to theupdateSiteDeploymentScript
method.Current Behavior:
Currently, the method signature is:
Desired Behavior:
The proposed method signature is:
Where
$autoSource
is a boolean indicating whether to automatically source the.env
variables.The text was updated successfully, but these errors were encountered: