Skip to content

Commit bfcf87e

Browse files
cmyuiclaude
andauthored
Use self-hosted VPC runner for deployments (#35)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1ce7c79 commit bfcf87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
production-deploy:
14-
runs-on: ubuntu-latest
14+
runs-on: [self-hosted, vpc]
1515

1616
steps:
1717
- name: Check out latest commit

0 commit comments

Comments
 (0)