Skip to content

Commit 8611113

Browse files
committed
Add mising deploy step removed
1 parent 223f553 commit 8611113

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/productionDeploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ jobs:
2828
with:
2929
cluster_name: ${{ secrets.CLUSTER_NAME }}
3030
location: 'us-central1-a'
31-
project_id: ${{ secrets.PROJECT_ID }}
31+
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

Comments
 (0)