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
Shipout should use git to download the repository to the server, then utilize the normal node pipeline (possibly with the added step of installing volta) in order that we don't have to zip and deploy all of our node_modules with a particular bundle.
The text was updated successfully, but these errors were encountered:
The branch variable on the ShipoutEnvironmentConfiguration is ignored and
warning printed (if debugging is enabled) if a "repository" is not defined
within the `package.json`.
Refs #6.
Shipout should use
git
to download the repository to the server, then utilize the normal node pipeline (possibly with the added step of installingvolta
) in order that we don't have to zip and deploy all of ournode_modules
with a particular bundle.The text was updated successfully, but these errors were encountered: