Skip to content

Commit a565cd1

Browse files
authored
Use new Actions pool (#72)
1 parent f62fcc4 commit a565cd1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
dist
4747
4848
deploy:
49-
runs-on: ubuntu-latest
49+
runs-on:
50+
- "self-hosted"
51+
- "1ES.Pool=TypeScript-1ES-GitHub-Deploys"
52+
- "1ES.ImageOverride=mariner-2.0"
5053
needs: build
5154
environment:
5255
name: 'Production'

0 commit comments

Comments
 (0)