Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avramstefan authored Mar 11, 2024
1 parent 80fccff commit b27c1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: rm -rf node_modules/

- name: Install dependencies
run: npm ci --legacy-peer-deps
run: yarn ci --legacy-peer-deps

- name: Build
run: npm run build
run: yarn run build

- name: Deploy to Ubuntu Server
uses: appleboy/scp-action@master
Expand Down

0 comments on commit b27c1ff

Please sign in to comment.