fix: update runner type in deployment workflow from node-pm2-runner to website-deploy-runner

This commit is contained in:
2025-06-09 14:26:27 -03:00
parent 89322f6b9e
commit e618fd869b

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: node-pm2-runner runs-on: website-deploy-runner
steps: steps:
- name: Checkout Code - name: Checkout Code