We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46c664 commit 564593aCopy full SHA for 564593a
1 file changed
cloudbuild-webapp.yaml
@@ -36,6 +36,19 @@ steps:
36
- '${_REGION}-docker.pkg.dev/${PROJECT_ID}/edvise-api/webapp:$COMMIT_SHA'
37
- '--region'
38
- '${_REGION}'
39
+ - name: curlimages/curl
40
+ args:
41
+ - '-X'
42
+ - POST
43
+ - '-H'
44
+ - 'Content-Type: application/json'
45
+ - '-f'
46
+ - '-d'
47
+ - >-
48
+ {"text":"🚀 *$REPO_NAME* deployed · `$BRANCH_NAME` · $TRIGGER_NAME · $BUILD_ID"}
49
50
+ https://hooks.slack.com/triggers/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
51
+ id: notify-slack
52
timeout: 600s
53
options:
54
logging: CLOUD_LOGGING_ONLY
0 commit comments