Skip to content

Commit 5dcea97

Browse files
committed
fix: update Docker workflow to include app.py in paths and correct step name for SSH deployment
1 parent c0c849b commit 5dcea97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "models/**"
1010
- "pyproject.toml"
1111
- ".github/workflows/docker.yml"
12+
- "app.py"
1213

1314
env:
1415
REGISTRY: ghcr.io
@@ -60,7 +61,7 @@ jobs:
6061
runs-on: ubuntu-latest
6162

6263
steps:
63-
- name: SSH and
64+
- name: SSH and deploy
6465
uses: appleboy/ssh-action@v1
6566
with:
6667
host: ${{ secrets.DEPLOY_HOST }}

0 commit comments

Comments
 (0)