Skip to content
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

Gitlab Pipeline Minutes Adding Up Too Fast #145

Open
morganhyland opened this issue Oct 16, 2020 · 0 comments
Open

Gitlab Pipeline Minutes Adding Up Too Fast #145

morganhyland opened this issue Oct 16, 2020 · 0 comments

Comments

@morganhyland
Copy link

I'm using Static HTML Output Version 6.6.12 to export to GitLab. It's working great, except the GitLab pipeline storage adds up really fast, and so do the pipeline minutes.

After 4 deploys of a 157mb site (only 14 pages), I'm at 325.80 GiB in Artifacts, and around 50 pipeline minutes per deploy.

Did you solve this in a more recent build?

I tried the latest build (6.6.21) but it doesn't work. It doesn't catch all my pages, including the homepage.

The plugin generates this GitLab CI config file (.gitlab-ci.yml). Maybe this needs to be changed?

pages:
  stage: deploy
  script:
  - mkdir .public
  - cp -r * .public
  - mv .public public
  artifacts:
    paths:
    - public
  only:
  - master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant