Skip to content

Commit c99bdd4

Browse files
hotfix: changes for project name in deploy.yml file
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
1 parent aa7e8ff commit c99bdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
- name: Upload to Deno Deploy
7777
uses: denoland/deployctl@v1
7878
with:
79-
project: "sovio-studio" # Project name in Deno Deploy
79+
project: "credebl-studio" # Project name in Deno Deploy
8080
entrypoint: "server/entry.mjs" # 📝 Update the entrypoint
8181
root: "dist"

0 commit comments

Comments
 (0)