Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dcschmid committed Aug 20, 2024
1 parent 8ea63e6 commit 86f36b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:

- name: Build step
run: "yarn add sharp --ignore-engines; yarn build"
with:
env: "ASTRO_STUDIO_APP_TOKEN=df6c1274d2eff21e31c7061e4a6ea16f50eef1e4:qhxqdah1045lcbf5btjsjwnn93bb:qhxqdah1045lcbf5btjsjwnn93bb"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "danielschmi-cover-shuff-31"
entrypoint: "server/entry.mjs"
root: "dist"
env: "ASTRO_STUDIO_APP_TOKEN=df6c1274d2eff21e31c7061e4a6ea16f50eef1e4:qhxqdah1045lcbf5btjsjwnn93bb:qhxqdah1045lcbf5btjsjwnn93bb"

0 comments on commit 86f36b5

Please sign in to comment.