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 223f553 commit 8611113Copy full SHA for 8611113
.github/workflows/productionDeploy.yml
@@ -28,4 +28,9 @@ jobs:
28
with:
29
cluster_name: ${{ secrets.CLUSTER_NAME }}
30
location: 'us-central1-a'
31
- project_id: ${{ secrets.PROJECT_ID }}
+ project_id: ${{ secrets.PROJECT_ID }}
32
+
33
+ - name: Deploy in production
34
+ run: |
35
+ chmod +x deployment/master/deploy.sh
36
+ sh ./deployment/master/deploy.sh
0 commit comments