Skip to content

Commit

Permalink
Merge pull request #12 from dmytro-komlyk/development
Browse files Browse the repository at this point in the history
ci: updated ci deploy conf
  • Loading branch information
dmytro-komlyk authored Mar 4, 2024
2 parents 104308d + 4e115d2 commit add49e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Run deploy on SSH"
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'development'
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'deployment'
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ secrets.SERVER_HOST }}
Expand Down

0 comments on commit add49e1

Please sign in to comment.