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
@nklido I'll point out that WEBSITES_ENABLE_APP_CACHE=true is not compatible with "Run from Package" zip deploy (aka Run from Package). Both options copy files to a read only volume share and mount it to /home/site/wwwroot. I hope this helps a little, as I haven't researched the Github action myself. It's been a while since I used it with app service, but I feel like it can use other deploy methods.
I have setup github actions for deployment of a laravel app in linux app service
When the WEBSITES_ENABLE_APP_CACHE is set true, the deployment seems to work as expected
But then when I go to .scm.azurewebsites.net/webssh/host under
home/site/wwwroot
I see only the default
hostingstart.html
If I disable the WEBSITES_ENABLE_APP_CACHE, then i can see all the project files under
home/site/wwwroot
Is there a way to make WEBSITES_ENABLE_APP_CACHE work with github actions or must I use a different option like
App Service Build Service.
?The text was updated successfully, but these errors were encountered: