Skip to content

Commit

Permalink
Merge pull request #34 from betterplace:DEV-944-spike-test-out-github…
Browse files Browse the repository at this point in the history
  • Loading branch information
iz-podpolja authored Sep 13, 2022
2 parents 25b2c04 + fb14ba6 commit aefc255
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/fake_deployment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@

name: Fake deployment

on: deployment
on:
deployment:
environment:
- production
- staging
jobs:
confirm:
confirm:
runs-on: ubuntu-latest
steps:
- uses: chrnorm/deployment-status@v2
name: 'confirming deployment'
with:
token: '${{ github.token }}'
deployment-id: ${{ github.event.deployment.deployment_id }}
deployment-id: ${{ github.event.deployment.id }}
environment: ${{ github.event.deployment.environment }}
state: 'success'

0 comments on commit aefc255

Please sign in to comment.