Skip to content

Commit

Permalink
Merge pull request #4 from joelazar/hotfix/fix-rollbacks
Browse files Browse the repository at this point in the history
🚑 fix rollbacks
  • Loading branch information
joelazar authored Apr 20, 2022
2 parents fd8f134 + 3220491 commit 582930d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production_deploy.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
run: echo magic

- uses: release-drafter/release-drafter@v5
if: ${{ github.ref == 'refs/heads/main' }}
with:
config-name: release_drafter.yml
disable-autolabeler: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
name: CI
name: Staging deploy

on:
push:
branches: [main]
pull_request:
branches: [main]
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
deploy-preprod:
name: 🚀 Staging deployment
runs-on: ubuntu-latest
environment: staging
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Do some magic
run: echo magic

0 comments on commit 582930d

Please sign in to comment.