We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40fb14 commit 6fabbb9Copy full SHA for 6fabbb9
.github/workflows/cd.deploy.stg.yml
@@ -100,3 +100,13 @@ jobs:
100
docker push ghcr.io/dzcode-io/stage-dot-dzcode-dot-io-server:latest
101
env:
102
CR_PAT: ${{ secrets.CR_PAT }}
103
+
104
+ - 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
108
109
+ - name: Deploy to zcluster
110
+ run: zcluster deploy -p stage-dzcode ./docker-compose.yml
111
+ env:
112
+ ADMIN_AUTH_TOKEN: ${{ secrets.ADMIN_AUTH_TOKEN }}
0 commit comments