File tree 2 files changed +0
-19
lines changed
2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -161,12 +161,3 @@ jobs:
161
161
- name : ' Swap deployment slot to production'
162
162
run : |
163
163
az webapp deployment slot swap --slot ${{ env.SLOT_NAME }} --target-slot production -n ${{ env.APP_SERVICE_NAME }} -g ${{ env.RESOURCE_GROUP_NAME }}
164
-
165
- - name : Send Slack notification if workflow failed
166
- uses : someimportantcompany/github-actions-slack-message@f8d28715e7b8a4717047d23f48c39827cacad340
167
- if : ${{ failure() }}
168
- with :
169
- channel : ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
170
- bot-token : ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
171
- color : failure
172
- text : Staging deployment (Azure) failed at commit ${{ env.COMMIT_REF }}. See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
19
19
HEROKU_PRODUCTION_APP : true
20
20
PORT : 4000
21
21
DD_AGENT_HOST : datadog-agent
22
- SIGSCI_RPC_ADDRESS : sigsci-agent:8000
23
22
depends_on :
24
23
- datadog-agent
25
24
restart : always
@@ -32,12 +31,3 @@ services:
32
31
DD_API_KEY : ${DD_API_KEY}
33
32
DD_AGENT_HOST : datadog-agent
34
33
DD_HISTOGRAM_PERCENTILES : 0.99 0.95 0.50
35
-
36
- sigsci-agent :
37
- image : signalsciences/sigsci-agent
38
- ports :
39
- - ' 8000:8000'
40
- environment :
41
- SIGSCI_RPC_ADDRESS : 0.0.0.0:8000
42
- SIGSCI_ACCESSKEY : ${SIGSCI_ACCESSKEYID}
43
- SIGSCI_SECRETACCESSKEY : ${SIGSCI_SECRETACCESSKEY}
You can’t perform that action at this time.
0 commit comments