Skip to content

Commit

Permalink
🔧 patch deployment ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Jul 14, 2024
1 parent 1403c4e commit 39154b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SKIP_PREFLIGHT_CHECK=true
REACT_APP_API_URL=https://api.brokalys.com
REACT_APP_API_URL=https://h4iamlt72f.execute-api.eu-west-1.amazonaws.com/staging/
REACT_APP_GOOGLE_MAPS_KEY=
REACT_APP_BUGSNAG_KEY=
REACT_APP_BROKALYS_API_KEY=g2G4jwUchM3wH1ozVqr8SaY5m7FZkrjH2AsN9qOY
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Deploy
on:
push:
branches: [master]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -18,8 +20,7 @@ jobs:
REACT_APP_BUGSNAG_KEY: ${{ secrets.REACT_APP_BUGSNAG_KEY }}
run: yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: build
branch: gh-pages
folder: build

0 comments on commit 39154b2

Please sign in to comment.