Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Fix port visibility for forwarded port 7219 at post-create.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
roycornelissen committed Nov 9, 2024
1 parent 5b7bb47 commit 6ec21b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"7219": {
"label": "Blazor App",
"onAutoForward": "openBrowser",
"protocol": "https",
"visibility": "public"
"protocol": "https"
}
},

Expand Down
2 changes: 2 additions & 0 deletions .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

my_codespace=$(gh codespace list -R XpiritCommunityEvents/LegacyLiftOffWorkshop --json name | jq -r '.[0].name')
gh issue create --assignee roycornelissen,vriesmarcel --title $my_codespace --label "provisioning" --body "Please provision my codespace" -R XpiritCommunityEvents/LegacyLiftOffWorkshop

gh codespace ports visibility 7219:public --codespace $my_codespace

0 comments on commit 6ec21b7

Please sign in to comment.