fix: pin deploy job to agent-workspace runner #47
@@ -215,7 +215,7 @@ jobs:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
runs-on: ubuntu-latest
|
runs-on: deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to lintel-prod-01
|
- name: Deploy to lintel-prod-01
|
||||||
uses: appleboy/ssh-action@v1
|
uses: appleboy/ssh-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user