Skip to content

Commit 124dba2

Browse files
committed
Merge branch 'dev' of github.com:citizen-dror/safety-data-client into dev
2 parents e77f6cb + bc77d3d commit 124dba2

22 files changed

Lines changed: 363279 additions & 10774 deletions

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
if: github.repository == "${{ github.repository_owner }}/safety-data-client"
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
1417
- name: Login to GitHub Container Registry
1518
uses: docker/login-action@v3
1619
with:
@@ -25,6 +28,5 @@ jobs:
2528
push: true
2629
tags: ghcr.io/${{ github.repository_owner }}/safety-data-client:latest
2730
build-args: |
28-
REACT_APP_API_URL=${{ secrets.REACT_APP_API_URL }}
2931
VITE_API_URL=${{ secrets.VITE_API_URL }}
3032
VITE_API_ANYWAY_URL=${{ secrets.VITE_API_ANYWAY_URL }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
# production
1313
/build
14+
/dist
1415

1516
# misc
1617
.env

0 commit comments

Comments
 (0)