Skip to content

Merge pull request #2 from dmitrijs-balcers/list-all-pingers #33

Merge pull request #2 from dmitrijs-balcers/list-all-pingers

Merge pull request #2 from dmitrijs-balcers/list-all-pingers #33

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [master]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- run: yarn install
- run: yarn test
- name: Build 🔧
env:
REACT_APP_GOOGLE_MAPS_KEY: ${{ secrets.REACT_APP_GOOGLE_MAPS_KEY }}
REACT_APP_BUGSNAG_KEY: ${{ secrets.REACT_APP_BUGSNAG_KEY }}
run: yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: build