Skip to content

[Deno Deploy] Update .github/workflows/deploy.yml #7

[Deno Deploy] Update .github/workflows/deploy.yml

[Deno Deploy] Update .github/workflows/deploy.yml #7

Workflow file for this run

name: Deploy
on: [push]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
id-token: write # Needed for auth with Deno Deploy
contents: read # Needed to clone the repository
steps:
- name: Clone repository
uses: actions/checkout@v3
# TODO: add a build step here
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "binodnepali-portfolio"
entrypoint: "./main.ts" # TODO: update entrypoint