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