Skip to content

Commit

Permalink
Revert "Merge pull request #37 from bbland1/development"
Browse files Browse the repository at this point in the history
This reverts commit be3ce44, reversing
changes made to b021025.
  • Loading branch information
bbland1 committed Oct 13, 2023
1 parent fd3198c commit 8ec6aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm run lint
- name: Run Test locally
run: npm run ci:test

cleaup:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
run: npm run lint
- name: Run Test locally
run: npm run ci:test

cleaup:
runs-on: ubuntu-latest
steps:
- uses: strumwolf/delete-deployment-environment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: production
environment: preview
onlyRemoveDeployments: true

Deploy-Production:
Expand Down

0 comments on commit 8ec6aa8

Please sign in to comment.