-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command line prints successful deploy, but no changes on Azure #13
Comments
Thank you for reporting this. I will make sure to fix this asap. In the meantime, as a workaround, you can edit the
Then run |
That was quick, thank you! At least it does not complete without an error now
I think the |
The Ok, so I guess the BTW, I am working on a fix right now. I just validated my fix and have deployed an Nx app here: https://nxexamples16056.z6.web.core.windows.net/ I need to do more testing (with all possible combinations of flags) and I will publish a release this weekend. |
Awesome! Thank you! When it's done I will try it again and tell you my experience. But from what I guess, if one is already familiar with Azure, it is a matter of minutes deploying with Hexa. Is it possible or recommended to use it for CI/CD? |
So Hexa, for now, depends on the Azure CLI and the Func CLI, so if you have these dependencies installed on your CI, then yes, you can use hexa to deploy. |
Hi @ngfelixl I just release version 1.3.0 which fixes your issue. Please give it a shot and let me know. You might need to delete your existing https://github.com/manekinekko/hexa/releases/tag/1.3.0 |
Hi @manekinekko, it works, even without deleting the existing |
Good feedback. In fact, by default, Hexa creates an Glad it works :) |
Describe the bug
Hexa CLI prints successfully deployed, but there are no changes on Azure. At least it seems like there are no changes.
Installed the Azure CLI and function-tools as suggested and installed Hexa globally with
It is an Nrwl/Nx workspace with an Angular application. Running the
hexa init
command runs all questions without any errors except the public directory question. Running with the debug flag it prints the followingI've tested it with the build directory
./dist/apps/felixlemke-dev
instead of the default./public
folder but with no success neither. It created the hexa.json file with the following content:If I run the deploy command then, it prints in debug mode
On Azure it does not change anything and the deploy URL shows the initial page https://felixlemke.azurewebsites.net/
Expected behavior
It should deploy the Angular build files (including index.html, main-.js, common-.js, ...) to Azure websites.
Desktop:
The text was updated successfully, but these errors were encountered: