Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Oct 7, 2024
1 parent ffe52e4 commit 2805db0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy
on:
push:
branches: main
branches: develop
pull_request:
branches: main
branches: develop

jobs:
deploy:
Expand All @@ -23,12 +23,20 @@ jobs:
with:
deno-version: v1.x

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Install step
run: "npm install"

- name: Build step
run: "npm install && npm run build"
run: "npm run build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-dev-ui"
project: "credebl-studio-qa"
entrypoint: "server/entry.mjs"
root: "dist"

0 comments on commit 2805db0

Please sign in to comment.