Skip to content

Commit

Permalink
Fix deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgco committed May 17, 2023
1 parent 8d8dc4b commit fb27488
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,19 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.5.1

- name: Base Install
run: pnpm install

- name: Build step
run: deno task build # 📝 Update the build command(s)
run: pnpm run build # 📝 Update the build command(s)

- name: Clean Up
run: rm -rf node_modules

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Expand Down

1 comment on commit fb27488

@vercel
Copy link

@vercel vercel bot commented on fb27488 May 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

rodburger – ./

rodburger.vercel.app
rodburger-rodgco.vercel.app
burger.rodg.co
rodburger-git-main-rodgco.vercel.app

Please sign in to comment.