Skip to content

Commit

Permalink
updated deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 10, 2024
1 parent c9087e0 commit 31f9510
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,23 @@ on:
push:
branches:
- 'replace-nx-with-turborepo'
strategy:
matrix:
node-version: [18.x]

jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: 'Use Node.js ${{matrix.node-version}}'
uses: actions/setup-node@v2

- name: 'Build'
uses: actions/checkout@v2
run: |
ls .
npm i -g yarn \
yarn build \
- name: 'Install Oracle CLI'
run: |
curl -L -O https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
Expand Down

0 comments on commit 31f9510

Please sign in to comment.