Skip to content

Commit

Permalink
updated policies on deployment status
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 17, 2023
1 parent 5881162 commit 4ea1709
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/policies.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Policies
on:
push:
branches:
- main
paths:
- "policies/**"
deployment_status:

jobs:
policies:
name: Update Policies
if: github.event.deployment_status.state == 'success' && github.event.deployment_status.environment == 'production'
runs-on: ubuntu-latest

env:
Expand Down

1 comment on commit 4ea1709

@vercel
Copy link

@vercel vercel bot commented on 4ea1709 Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main.zuplopreview.net
docs.zuplo.site
docs.zuplopreview.net

Please sign in to comment.