Skip to content

Commit 1f619a1

Browse files
committed
fix: streamline zcluster installation steps in deployment workflow
1 parent 6fabbb9 commit 1f619a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.deploy.stg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
CR_PAT: ${{ secrets.CR_PAT }}
103103

104104
- name: install zcluster
105-
run: curl -fsSL https://infra.zak-man.com/install.sh | sh
106-
- name: Add zcluster to PATH
107-
run: echo "/home/runner/.zcluster/bin" >> $GITHUB_PATH
105+
run: |
106+
curl -fsSL https://infra.zak-man.com/install.sh | sh
107+
echo "/home/runner/.zcluster/bin" >> $GITHUB_PATH
108108
109109
- name: Deploy to zcluster
110110
run: zcluster deploy -p stage-dzcode ./docker-compose.yml

0 commit comments

Comments
 (0)