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
I would like to have wubot deploy dashboard 1.2.1 live and wubot deploy dashboard 1.3.0 preview commands.
To deploy the dashboard to dashboard.balancedpayments.com we do the following
have a copy of the dashboard project
run npm install to make sure all dependencies are up to date
run grunt deploy
To deploy the dashboard to dp.balancedpayments.com we do the following
have a copy of the dashboard project
update the package.json to include "balanced-admin": "balanced/balanced-admin" as a dependency. As long as wubot has access to that repo it should be able to install balanced-admin using step 3.
run npm install to make sure all dependencies are up to date
run grunt deployPreview
The text was updated successfully, but these errors were encountered:
We already tag dashboard builds and use those for deploying, I check them out locally using git co vX.Y.Z and then deploy. It'd be sweet if hubot could handle that.
I would like to have
wubot deploy dashboard 1.2.1 live
andwubot deploy dashboard 1.3.0 preview
commands.To deploy the dashboard to
dashboard.balancedpayments.com
we do the followingnpm install
to make sure all dependencies are up to dategrunt deploy
To deploy the dashboard to
dp.balancedpayments.com
we do the followingnpm install
to make sure all dependencies are up to dategrunt deployPreview
The text was updated successfully, but these errors were encountered: