Skip to content

Commit

Permalink
UPDATED CICD yaml file for CML with AWS run
Browse files Browse the repository at this point in the history
  • Loading branch information
shivpalSW committed Jul 25, 2023
1 parent 67ac108 commit 5f20def
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
deploy-runner:
runs-on: [ubuntu-latest]
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'

- name: Update Node.js to v16
run : sudo apt-get install -y nodejs npm

- uses: iterative/setup-cml@v1
- uses: actions/checkout@v2
- name: 'Deploy runner in EC2'
Expand Down

0 comments on commit 5f20def

Please sign in to comment.