Skip to content

Commit

Permalink
sync: synced local '.github/workflows/deploy.yaml' with remote '.gith…
Browse files Browse the repository at this point in the history
…ub/workflows/deploy.yaml'
  • Loading branch information
multirepo-manager[bot] committed Nov 20, 2023
1 parent aa3323e commit d19742f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,16 @@ jobs:
push: true
no-cache: true
deploy:
strategy:
matrix:
node-version: [18.x]
runs-on: ubuntu-latest
if: github.event.repository.name != 'main' && github.event.repository.name != 'template-service'
needs: [test, build]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.9.0
cache: yarn
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
continue-on-error: true
Expand Down

0 comments on commit d19742f

Please sign in to comment.