Skip to content

Commit

Permalink
Rename workflows, delete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jul 22, 2023
1 parent 640c006 commit 9237f5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-deno-deploy-files.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate a build and push to deploy branch
name: push build to deploy branch

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish a Docker image
name: publish a docker image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion app/backend/routes/static-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function serveStaticFilesMiddleware(context: Context, next: () => P
if (!context.state.frontend) {
throw new Error('frontend path not set');
}

if (context.request.url.pathname.startsWith('/api/')) {
throw new Error('api path');
}
Expand Down
8 changes: 0 additions & 8 deletions todo

This file was deleted.

0 comments on commit 9237f5d

Please sign in to comment.