Split deploy to new job

This commit is contained in:
Gabriel Augendre 2022-09-28 01:04:01 +02:00
parent 6c682ea394
commit b9bbfdcea0

View file

@ -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: