Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
b2966f8d
Unverified
Commit
b2966f8d
authored
May 18, 2023
by
lavalamp
Committed by
GitHub
May 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Fix YAML spacing (#6592)
Fix YAML spacing
parent
ef6d1f20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
4-deploy-to-prod.yml
.github/workflows/4-deploy-to-prod.yml
+10
-10
No files found.
.github/workflows/4-deploy-to-prod.yml
View file @
b2966f8d
...
...
@@ -91,16 +91,16 @@ jobs:
branch
:
main
-
name
:
Send Slack message about deployment outcome
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
if
:
always()
with
:
payload
:
|
{
"text": "Production deploy **${{ steps.pages-deployment.outcome }}** for: ${{ github.ref_name }}"
}
env
:
SLACK_WEBHOOK_URL
:
${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE
:
INCOMING_WEBHOOK
uses
:
slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
if
:
always()
with
:
payload
:
|
{
"text": "Production deploy **${{ steps.pages-deployment.outcome }}** for: ${{ github.ref_name }}"
}
env
:
SLACK_WEBHOOK_URL
:
${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE
:
INCOMING_WEBHOOK
-
name
:
Upload source maps to Sentry
uses
:
getsentry/action-release@4744f6a65149f441c5f396d5b0877307c0db52c7
continue-on-error
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment