Skip to content

Commit 5c5e3b6

Browse files
committed
Update deployment configuration and regenerate deno.lock
1 parent 1cee37a commit 5c5e3b6

3 files changed

Lines changed: 86 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
uses: denoland/deployctl@v1
3535
with:
3636
project: ${{ vars.DENO_DEPLOY_PROJECT }}
37-
entrypoint: "server/entry.mjs"
38-
root: "dist"
37+
entrypoint: dist/server/entry.mjs

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import compress from "astro-compressor";
77

88
// https://astro.build/config
99
export default defineConfig({
10-
output: "server",
1110
site: "https://views.igorkowalczyk.dev",
1211
redirects: {
1312
"/github": "https://github.com/igorkowalczyk/views",
1413
"/docs": "https://github.com/IgorKowalczyk/github-views?tab=readme-ov-file#-basic-usage",
1514
},
15+
output: "server",
1616
adapter: deno(),
1717
integrations: [vue({ devtools: true }), compress()],
1818
vite: {

deno.lock

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)