Skip to content

Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#138) #110

Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#138)

Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#138) #110

Workflow file for this run

name: DeployCI
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Packages
run: yarn
- name: Deploy
run: |
git config --global user.name $user_name
git config --global user.email $user_email
git remote set-url origin https://${github_token}@github.com/${repository}
yarn deploy
env:
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
github_token: ${{ secrets.SYT_DEPLOY_PERSONAL_ACCESS_TOKEN }}
repository: ${{ github.repository }}
REACT_APP_HONEYBADGER_API_KEY: ${{ secrets.HONEYBADGER_API_KEY }}
- name: Updating Domain
run: echo "Update domain"