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

setup-vp GitLab対応の裏側

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.
Avatar for Naoki Haba Naoki Haba
September 15, 2026

setup-vp GitLab対応の裏側

非公式 Vue Fes Japan 2026 タイムテーブル解説会
https://andpad.connpass.com/event/398631/

Avatar for Naoki Haba

Naoki Haba

September 15, 2026

More Decks by Naoki Haba

Other Decks in Programming

Transcript

  1. GitLab CI/CD ごとに セットアップを自作する? セットアップの実装・保守も利用者側の責務になる 1 2 3 4 5

    6 7 - run: | curl -fsSL https://vite.plus | bash echo "$HOME/.vite-plus/bin" >> "$GITHUB_PATH" - run: vp env use 24 - uses: actions/cache@v5 - run: vp install
  2. setup-vp は GitHub Actions として 作られている そのままGitLab CI/CDから利用することはできない。 GitHub Actionsでは

    “uses:” でGitHub上のリポジトリを Actionとして参照できる。 GitLab CI/CDにはこれと同じ仕組みがない。