Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinh-Tan-Dat committed Jun 11, 2024
1 parent 0ccf677 commit fb78f47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploymentCD.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

name: Continuous Deployment for User Service

on:
push:
branches:
- main
workflow_run:
workflows: ["Continuous Integration for Comment Service"]
types:
- completed

env:
PROJECT_ID: gke-project-423206
Expand All @@ -29,12 +29,12 @@ jobs:
run: |
mvn clean
mvn -B package --file pom.xml
- name: Authenticate
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Configure gcloud
uses: google-github-actions/setup-gcloud@v2
with:
Expand Down

0 comments on commit fb78f47

Please sign in to comment.