mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 22:42:05 +00:00
Cleanup deploy script (#708)
## Description: - Remove the environment from the deploy action, to prevent github actions from automatically creating a second deployment. This is no longer needed because the relevant secrets have been moved up to the repository level. - Remove the PR comment, as this is now redundant.  ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors --------- Co-authored-by: Scott Anderson <662325+scottanderson@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,8 @@ on:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
prettier:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user