Split deploy to new job
This commit is contained in:
parent
6c682ea394
commit
b9bbfdcea0
1 changed files with 5 additions and 0 deletions
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
|
@ -24,6 +24,11 @@ jobs:
|
|||
cache-to: type=inline
|
||||
build-args: |
|
||||
POETRY_OPTIONS=--no-dev
|
||||
deploy:
|
||||
name: Deploy new image
|
||||
runs-on: ubuntu-latest
|
||||
needs: [push_to_registry]
|
||||
steps:
|
||||
- name: Deploy
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
|
|
Reference in a new issue