fix: ensure production deployment runs on the correct agent
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
|||||||
name: Deploy to Production
|
name: Deploy to Production
|
||||||
needs: build
|
needs: build
|
||||||
if: gitea.ref_name == 'main'
|
if: gitea.ref_name == 'main'
|
||||||
runs-on: ubuntu-latest # l'agent doit être joignable depuis le runner
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy via SSH to PRODUCTION server
|
- name: Deploy via SSH to PRODUCTION server
|
||||||
|
|||||||
Reference in New Issue
Block a user