[ci] feat: set deployment dependancy
All checks were successful
Build and Publish / Build (push) Successful in 8s
Build and Publish / Deployment (push) Successful in 16s

This commit is contained in:
Simon Cornet 2024-10-07 11:36:58 +02:00
parent e6cc93412a
commit 3ba02823f1

View File

@ -42,6 +42,7 @@ jobs:
# ansible deployment # ansible deployment
Deployment: Deployment:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
needs: 'Build'
steps: steps:
# ansible deployment # ansible deployment