Skip to content

Commit

Permalink
Update update_prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
himaster authored Oct 31, 2024
1 parent 3960b00 commit f1e40b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ["self-hosted", "k8s-prod"]
strategy:
matrix:
node-version: [16]
Expand All @@ -17,6 +17,9 @@ jobs:
with:
node-version: ${{ matrix.node-version}}

- name: Use Yarn
run: corepack enable

- name: Install modules
run: yarn install

Expand Down

0 comments on commit f1e40b9

Please sign in to comment.