Skip to content

Commit

Permalink
update deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
snendev committed Nov 2, 2024
1 parent cb59512 commit e83f6b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy WildChess Webserver
name: Deploy snen.dev
on:
push:
branches: [ "main" ]

jobs:
deploy:
name: Install rust and rust build tools
name: Build client and server and deploy to Deno.
runs-on: ubuntu-latest
permissions:
contents: read # Needed to clone the repository
Expand Down Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Deno Deploy
uses: denoland/deployctl@v1
with:
project: wildchess
project: snendev
root: apps/web
entrypoint: run.ts

1 comment on commit e83f6b7

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on e83f6b7 Nov 2, 2024

Choose a reason for hiding this comment

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

Failed to deploy:

Module not found "file:///src/main.ts".

Please sign in to comment.