Skip to content

Bump @babel/traverse from 7.19.6 to 7.23.2 (#98) #64

Bump @babel/traverse from 7.19.6 to 7.23.2 (#98)

Bump @babel/traverse from 7.19.6 to 7.23.2 (#98) #64

Workflow file for this run

name: MasterDeployCI
on:
push:
branches:
- master
- main
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 }}
- name: Updating Domain
run: echo "Update domain"