Skip to content

Commit

Permalink
rix1.dev-lume: adjust deploy workflow to run the build command from t…
Browse files Browse the repository at this point in the history
…he correct sub-app
  • Loading branch information
rix1 committed Jan 27, 2024
1 parent e4c7ba2 commit 3204c94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rixdotdev-to-deno-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:

- name: Build site
run: deno task build
working-directory: ./apps/rix1.dev-lume/

- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: rix1dotdev
import-map: "./apps/rix1.dev-lume/deno.json"
entrypoint: "./apps/rix1.dev-lume/serve.ts"
root: "./apps/rix1.dev-lume/_site/"

1 comment on commit 3204c94

@vercel
Copy link

@vercel vercel bot commented on 3204c94 Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doggo – ./apps/doggo

doggo-git-main-rix1.vercel.app
doggo-rix1.vercel.app
doggo-psi.vercel.app
doggo.rix1.dev

Please sign in to comment.