Skip to content

Modify initiaState of weather #70

Modify initiaState of weather

Modify initiaState of weather #70

Workflow file for this run

name: Automatically Deployment
on: [push]
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Setting .env
run: |
echo "REACT_APP_PUBLIC_KEY =$REACT_APP_PUBLIC_KEY" >> .env
echo "REACT_APP_KAKAO_KEY = $REACT_APP_KAKAO_KEY" >> .env
cat .env
env:
REACT_APP_PUBLIC_KEY: ${{secrets.REACT_APP_PUBLIC_KEY}}
REACT_APP_KAKAO_KEY : ${{secrets.REACT_APP_KAKAO_KEY}}