Replies: 1 comment
-
In the future, I recommend deploying from GitHub Codespaces so your data is not lost. Please see the document here. However, it is possible to import your state files from existing infrastructure with Terraform. This will not recover your lost changes to your Terraform or webapp files if modified and not pushed to your repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've made several changes to the app, including adding OpenAI Mini and some UI-level updates, which were tested successfully in the local environment. However, during deployment, I accidentally lost the Terraform state files (they were added to .gitignore and my old machine crashed). Is there an alternative way to deploy the app to the same web app where the previous changes were made, using Azure DevOps?
Beta Was this translation helpful? Give feedback.
All reactions