简体   繁体   中英

When deploying to Azure app service from GitHub I get "Artifact storage quota has been hit." error. How to I fix this?

I try to deploy my Django app into Azure development using App Service with B1 plan.

It worked fine, but suddenly I can't deploy to Azure anymore.

When I read why the build failed I get this message:

Error: Create Artifact Container failed: Artifact storage quota has been hit. Unable to upload any new artifacts

My GitHub account is paid account and my repository is private.

This is my usage statistics on my GitHub account: 在此处输入图像描述

What can I do to get over that?

Should I upgrade my Azure plan or what?

There is a reference here to a quota link answered in another overflow forum:
[GitHub Actions]: Create Artifact Container failed: Artifact storage quota has been hit. Unable to upload any new artifacts

"There is no way to undo. The quota is monthly, so you just have to wait for quota reset. Github Actions (runner time) and Github Storage (artifacts) should have separate quotas. For Github Actions, I know they are free for public repositories, so you could change your repository visibility, at least temporarily if you need it. As for Github Storage, I'm not sure if the same trick works, never tested."
-frennky

TLDR-check billing and plans in your github actions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM