Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Oct 2, 2024
1 parent ddab5e2 commit 5f88c9e
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,11 @@ jobs:
- name: Build step
run: "npm run build"

- name: List files
run: "ls -la"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "vasi"
entrypoint: "./api/core/server.ts"
root: ""
include: |
api
dist
../node_modules
entrypoint: "./api/core/server.ts"
import-map: "./api/import-map-production.json"
include: api,dist
97 changes: 96 additions & 1 deletion api/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions api/import-map.production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"kysely": "npm:kysely@^0.27.4",
"pg": "npm:pg",
"pg-pool": "npm:pg-pool",
"utils": "https://raw.githubusercontent.com/stagas/utils/refs/heads/main/src/index.ts",
"zod": "https://deno.land/x/[email protected]/mod.ts"
}

0 comments on commit 5f88c9e

Please sign in to comment.