Skip to content

Commit

Permalink
Update mobile nav bar and shopping list
Browse files Browse the repository at this point in the history
  • Loading branch information
nezovskii committed Nov 9, 2023
1 parent 09e10a5 commit e09b13a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/deploy.yaml
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 }}
14 changes: 14 additions & 0 deletions src/assets/.ic-assets.json
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
}
]

1 comment on commit e09b13a

@vercel
Copy link

@vercel vercel bot commented on e09b13a Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.