Skip to content

Commit

Permalink
💚 Use Deno Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 2, 2023
1 parent 40aecb3 commit 821cf97
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Deploy Server

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

permissions:
id-token: write # This is required to allow the GitHub Action to authenticate with Deno Deploy.
contents: read

steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
project: duofiction # the name of the project on Deno Deploy
entrypoint: server/bin/www.ts # the entrypoint to deploy
1 change: 0 additions & 1 deletion main.ts

This file was deleted.

3 changes: 0 additions & 3 deletions netlify.toml

This file was deleted.

0 comments on commit 821cf97

Please sign in to comment.