Skip to content

Commit

Permalink
Merge pull request #206 from credebl/ajile-in-patch-3
Browse files Browse the repository at this point in the history
CI: Update `deploy-main.yml` for `develop` branch deployment to Deno
  • Loading branch information
Sheetal-ayanworks authored Sep 2, 2023
2 parents e038513 + 0a9f1df commit 4e93357
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Deploy
name: Deploy develop branch to Deno
on:
push:
branches: main

branches: develop
pull_request:
branches: develop

jobs:
deploy:
Expand All @@ -27,6 +28,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-studio" # Project name in Deno Deploy
project: "credebl-dev-ui" # Project name in Deno Deploy
entrypoint: "server/entry.mjs" # 📝 Update the entrypoint
root: "dist"

0 comments on commit 4e93357

Please sign in to comment.