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
Right now we skip the deploy-frontend step in deploy-dev.yml if demo is used at dispatch and then we run the build-deploy-frontend.yml workflow after by copying/pasting the newly provisioned randomized storage account's name to the dispatch input when triggering the workflow.
We should be able to remove those manual steps by outputting the storage account's name from terraform when its getting created to then use it as a variable in the same github actions run.
The text was updated successfully, but these errors were encountered:
Right now we skip the
deploy-frontend
step indeploy-dev.yml
ifdemo
is used at dispatch and then we run thebuild-deploy-frontend.yml
workflow after by copying/pasting the newly provisioned randomized storage account's name to the dispatch input when triggering the workflow.We should be able to remove those manual steps by outputting the storage account's name from terraform when its getting created to then use it as a variable in the same github actions run.
The text was updated successfully, but these errors were encountered: