Skip to content

Commit

Permalink
Merge pull request #42 from vimeda/add-self-hosted-runners
Browse files Browse the repository at this point in the history
add self hosted runners
  • Loading branch information
libracoder committed Dec 6, 2022
2 parents a1582c6 + 0eb16e6 commit 3522f19
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/main-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,20 @@ permissions:
jobs:
publish:
name: Publish to Staging
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 15

steps:
- name: Checkout code
uses: actions/checkout@v1

- uses: actions/setup-node@v2
with:
node-version: '14'

- uses: azure/setup-kubectl@v3
id: install

- name: Configure AWS Credentials
id: aws
uses: aws-actions/configure-aws-credentials@v1
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,20 @@ permissions:
jobs:
publish:
name: Publish to Production
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 15

steps:
- name: Checkout code
uses: actions/checkout@v1

- uses: actions/setup-node@v2
with:
node-version: '14'

- uses: azure/setup-kubectl@v3
id: install

- name: Configure AWS Credentials
id: aws
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 3522f19

Please sign in to comment.