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

おうちGitLabのススメ

mina
December 04, 2021

 おうちGitLabのススメ

PiyoConf2021でのLT登壇資料です
自宅でGitLabをホストすることによるうれしさを話します

PiyoConf2021
https://otaku-project.connpass.com/event/225453/

mina

December 04, 2021
Tweet

More Decks by mina

Other Decks in Technology

Transcript

  1. stages: - test - build - deploy test-app: stage: test

    script: - ./.ci-scripts/test.sh - echo “任意のスクリプトが呼べ る” only: - pushes build-app: stage: build script: - ./.ci-scripts/build.sh when: on_success deploy-app: stage: deploy script: - ./.ci-scripts/deploy.sh when: manual .gitlab-ci.yaml