Skip to content

chore: add log to check api url #13

chore: add log to check api url

chore: add log to check api url #13

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