feat: add PR preview deployment to groombook-dev #113

Merged
the-dogfather-cto[bot] merged 2 commits from feat/pr-preview-deploy into main 2026-03-26 03:56:50 +00:00
Showing only changes of commit f1235c6d3d - Show all commits
+7
View File
@@ -198,6 +198,13 @@ jobs:
contents: read
pull-requests: write
steps:
- name: Install kubectl
run: |
curl -sLO "https://dl.k8s.io/release/$(curl -sL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
sudo mv kubectl /usr/local/bin/
kubectl version --client
- name: Deploy to groombook-dev
env:
TAG: pr-${{ github.event.pull_request.number }}