Skip to content

Commit

Permalink
[C8 BE*] CI/CD Actions v16
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinSyakib43 committed Aug 28, 2024
1 parent 79538a3 commit 8478b42
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
- name: Install dependencies
run: yarn install

# - name: Run tests
# run: npm test

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

deploy:
runs-on: ubuntu-latest
Expand All @@ -55,7 +52,7 @@ jobs:
run: yarn install

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

- name: Deploy to Koyeb
env:
Expand Down

0 comments on commit 8478b42

Please sign in to comment.