Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy (Production)
name: Publish to Registry

on:
workflow_dispatch:
Expand All @@ -7,7 +7,7 @@ on:
- main

jobs:
deploy:
publish:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -44,8 +44,8 @@ jobs:

- name: Notify success
if: success()
run: echo "Successfully deployed site-diagnostics to production"
run: echo "Successfully published site-diagnostics to registry"

- name: Notify failure
if: failure()
run: echo "Deployment failed for site-diagnostics"
run: echo "Registry publish failed for site-diagnostics"
Loading