fix: update runner type in deployment workflow from node-pm2-runner to website-deploy-runner
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: node-pm2-runner
|
||||
runs-on: website-deploy-runner
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
||||
Reference in New Issue
Block a user