Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ci-cd-conference-2021

ARIYAMA Keiji
September 03, 2021

 ci-cd-conference-2021

2021年9月3日、CI/CD Conference 2021 by CloudNative Daysの発表資料です。

第二部のスライドは次のURLで公開しています。
https://www.slideshare.net/FumiyaKume/cocoa-ossci-part-2

ARIYAMA Keiji

September 03, 2021
Tweet

More Decks by ARIYAMA Keiji

Other Decks in Technology

Transcript

  1. ໨࣍ w ୈҰ෦ʢ"3*:"."ʣ w &YQPTVSF/PUJ fi DBUJPOT"1*ͱ͸ w $*੔උͷ೉͠͞ w

    ͦΕͰ΋$*͕ඞཁͩʂ w ୈࡾ෦ʢ"3*:"."ʣ w $*ͷվળΛड͚ͯ w ࠓޙͷ՝୊ https://speakerdeck.com/keiji/ci-cd-conference-2021 w ୈೋ෦ʢLVVʣ w ͳͥ$0$0"ʹߩݙ͠Α͏ͱ ࢥͬͨͷ͔ w ౰࣌ͷ$0$0"ͷ$*ͷঢ়گ w վળͰ͖ͦ͏ͳͱ͜Ζ w 9BNBSJOͱ#VJME4ZTUFNपΓͰ ͭ·͍ͣͨ఺
  2. C-LIS CO., LTD. ༗ࢁܓೋʢ"3*:".",FJKJʣ $-*4$0 -5% Photo : Koji MORIGUCHI

    (MORIGCHOWDER) "OESPJEΞϓϦ։ൃνϣοτσΩϧ ઀৮֬ೝΞϓϦ$0$0"044ίϥϘϨʔλʔ https://speakerdeck.com/keiji/ci-cd-conference-2021 !LFJKJ@BSJZBNB
  3. name: Hugo-Site on: push: branches: [ main, develop, 'feature/**' ]

    paths: - 'documents/**' pull_request: branches: [ main, develop, 'feature/**' ] paths: - 'documents/**' )VHPʹΑΔϖʔδͷੜ੒ͱ(JU)VC1BHFT΁ͷ൓ө https://github.com/keiji/cocoa/actions/runs/1153524880 jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 with: persist-credentials: false submodules: true - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: hugo-version: '0.87.0' extended: true - name: Build Site run: | cd ${{ github.workspace }}/documents hugo --minify ls ${{ github.workspace }}/documents - name: Deploy uses: JamesIves/[email protected] with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: ${{ github.workspace }}/documents/public CLEAN: true