-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mobile nav bar and shopping list
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Deploy to Juno | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: "18" | ||
|
||
- name: Install Dependencies | ||
run: npm ci | ||
|
||
- name: Build | ||
run: npm run build | ||
|
||
- name: Deploy to Juno | ||
uses: buildwithjuno/juno-action@main | ||
with: | ||
args: deploy | ||
env: | ||
JUNO_TOKEN: ${{ secrets.JUNO_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"match": ".well-known", | ||
"ignore": false | ||
}, | ||
{ | ||
"match": ".well-known/ii-alternative-origins", | ||
"headers": { | ||
"Access-Control-Allow-Origin": "*", | ||
"Content-Type": "application/json" | ||
}, | ||
"ignore": false | ||
} | ||
] |
e09b13a
There was a problem hiding this comment.
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:
bridge23app – ./
tester-rewards.vercel.app
bridge23.app
bridge23app-bridge-23-s-team.vercel.app
bridge23app-git-main-bridge-23-s-team.vercel.app
bridge23.vercel.app
www.bridge23.app