Skip to content

Commit

Permalink
[C8 BE*] CI/CD Actions v10 without build
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinSyakib43 committed Aug 28, 2024
1 parent b1b7d6f commit c05e489
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build project
run: npm run build

- name: Deploy to Koyeb
env:
KOYEB_API_TOKEN: 7mn92452fwp2net3olqnxly8glbq0a6ejnwb603ntbb51w0smc7vzi92h0vkugzd
Expand All @@ -60,7 +57,7 @@ jobs:
-H "Content-Type: application/json" \
-d '
{
"name": "synrgy-final-project-fsw",
"name": "Car-Management-Dashboard",
"git": {
"repo":"https://github.com/RazinSyakib43/Car-Management-Dashboard.git",
"branch":"Ch8BE"
Expand Down

0 comments on commit c05e489

Please sign in to comment.