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
If I change some action code, and/or the name of the action, when I run aio app deploy it should update config.json with the new name/path for my action.
Actual Behaviour
No frontend or a build already exists, skipping frontend build for
Expected Behaviour
If I change some action code, and/or the name of the action, when I run
aio app deploy
it should update config.json with the new name/path for my action.Actual Behaviour
Reproduce Scenario (including but not limited to)
do those things ^^
Environment Info
Workaround
The way to get around this in the meantime is to run
aio app deploy --force-build
which will rebuild everything.The text was updated successfully, but these errors were encountered: