Skip to content

Commit

Permalink
Run deploys in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Aug 23, 2024
1 parent 09d888b commit 1bcee36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on:
- self-hosted
- philly-hip
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 1bcee36

Please sign in to comment.