summaryrefslogtreecommitdiff
path: root/.github/workflows/installer.yml
AgeCommit message (Collapse)Author
2023-10-28ci: fix path filtering in installer workflowMarc Cornellà
See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths
2023-09-17ci(installer): remove `vc link` which generates the wrong projectMarc Cornellà
`vc link` is not needed, as we already have `VERCEL_PROJECT_ID` defined as an env variable. Currently the `vc link` only creates a second empty project with the name `installer` as seen in logs: Linked to ohmyzsh/installer (created .vercel and added it to .gitignore) Vercel CLI 32.2.4
2023-06-02feat(install): deploy installer to install.ohmyz.sh (#11722)Carlo Sala
Co-authored-by: Marc Cornellà <hello@mcornella.com>