Skip to content

Commit

Permalink
hackforla
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Nov 15, 2024
2 parents efb3ad5 + 0033689 commit 852d76c
Show file tree
Hide file tree
Showing 158 changed files with 515 additions and 392 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployFullstackToDockerHub.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# build and push a docker image from the latest push to "develop" branch
# this script is not currently used, as the web app is running on Heroku
on:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deployWebAPIOnlyToDockerHub.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# build and push a docker image from the latest push to "develop" branch
# this script is not currently used, as the web app is running on Heroku

on:
push:
branches:
Expand All @@ -25,4 +27,3 @@ jobs:
tag_with_sha: true
add_git_labels: true
labels: description="Food Oasis",maintained="[email protected]"

18 changes: 18 additions & 0 deletions .github/workflows/viteToHeroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy vite branch to foodoasisvite.herokuapp.com

on:
push:
branches:
- vite

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "foodoasisvite" #Must be unique in Heroku
heroku_email: "[email protected]"
usedocker: true
151 changes: 142 additions & 9 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foodoasis-client",
"description": "React Client for Food Oasis",
"version": "1.0.85",
"version": "1.0.86",
"author": "Hack for LA",
"license": "GPL-2.0",
"private": true,
Expand Down Expand Up @@ -30,7 +30,11 @@
"debounce-fn": "^5.0.0",
"formik": "^2.2.9",
"js-file-download": "^0.4.12",
<<<<<<< HEAD
"mapbox-gl": "^3.2.0",
=======
"mapbox-gl": "^3.8.0",
>>>>>>> release-1.0.86
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
Expand Down
Loading

0 comments on commit 852d76c

Please sign in to comment.