freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype-web][master] Migrate hosting to gitlab pages on


From: Anurag Thakur (@AnuthaDev)
Subject: [Git][freetype/freetype-web][master] Migrate hosting to gitlab pages on FD.O
Date: Thu, 21 Oct 2021 16:27:18 +0000

Anurag Thakur pushed to branch master at FreeType / Freetype Website

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1
    +# This file is a template, and might need editing before it works on your project.
    
    2
    +# To contribute improvements to CI/CD templates, please follow the Development guide at:
    
    3
    +# https://docs.gitlab.com/ee/development/cicd/templates.html
    
    4
    +# This specific template is located at:
    
    5
    +# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/HTML.gitlab-ci.yml
    
    6
    +
    
    7
    +# Full project: https://gitlab.com/pages/plain-html
    
    8
    +pages:
    
    9
    +  stage: deploy
    
    10
    +  script:
    
    11
    +    - mkdir .public
    
    12
    +    - cp -r * .public
    
    13
    +    - mv .public public
    
    14
    +  artifacts:
    
    15
    +    paths:
    
    16
    +      - public
    
    17
    +  rules:
    
    18
    +    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]