Skip to content

Commit

Permalink
Use new Actions pool (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jan 29, 2025
1 parent f62fcc4 commit a565cd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
dist
deploy:
runs-on: ubuntu-latest
runs-on:
- "self-hosted"
- "1ES.Pool=TypeScript-1ES-GitHub-Deploys"
- "1ES.ImageOverride=mariner-2.0"
needs: build
environment:
name: 'Production'
Expand Down

0 comments on commit a565cd1

Please sign in to comment.