Skip to content

Merge branch 'master' of https://github.com/BadaHertz52/weather_react… #77

Merge branch 'master' of https://github.com/BadaHertz52/weather_react…

Merge branch 'master' of https://github.com/BadaHertz52/weather_react… #77

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}}