Skip to content

Commit

Permalink
Update build-poller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avafloww authored Mar 30, 2024
1 parent 11c5cdd commit 6d52791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-poller.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: docker build Thaliak.Service.Poller
name: 'build & deploy: poller'
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- '.github/workflows/**'
- 'Thaliak.Common.Database/**'
- 'Thaliak.Service.Poller/**'

Expand Down Expand Up @@ -43,6 +42,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: '${{ secrets.REMOTE_HOST }}'
port: 22
username: '${{ secrets.REMOTE_USER }}'
key: '${{ secrets.REMOTE_SSH_KEY }}'
script: deploy poller

0 comments on commit 6d52791

Please sign in to comment.