Skip to content

Commit

Permalink
Merge pull request #408 from Trombach/fix/vercel-promote
Browse files Browse the repository at this point in the history
Fix/vercel-promote
  • Loading branch information
Trombach authored Oct 5, 2024
2 parents 81c8fdf + ddac4bb commit 75ce557
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ten-carpets-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"homepage": patch
---

fix vercel promotion workflow
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"preview": "astro preview",
"astro": "astro",
"bump-version": "changeset version && biome format --write package.json",
"promote-staging": "vercel promote https://astro-homepage-trombachs-projects.vercel.app"
"promote-staging": "vercel promote https://astro-homepage-trombachs-projects.vercel.app --scope=trombachs-projects"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
Expand Down

1 comment on commit 75ce557

@vercel
Copy link

@vercel vercel bot commented on 75ce557 Oct 5, 2024

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:

astro-homepage – ./

astro-homepage-git-main-trombachs-projects.vercel.app
astro-homepage-trombachs-projects.vercel.app

Please sign in to comment.