Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggz committed Dec 9, 2024
1 parent a0f3d83 commit 803a168
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ name: Deploy Bot
# Only runs after PRs have been merged into master
on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- master
push:
branches: ["master"]

jobs:
deploy:
name: Deploy Bot
runs-on: 'ubuntu-latest'
environment: production
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
steps:
- name: SSH Remote Commands
uses: appleboy/[email protected]
Expand Down

0 comments on commit 803a168

Please sign in to comment.