Skip to content

Commit

Permalink
fix: flow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seokkkkkk committed Jul 18, 2024
1 parent 70e2ca8 commit 0b5ff01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
18 changes: 0 additions & 18 deletions docker-compose.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/syluv:latest
build-args:
REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }}
REACT_APP_OTHER_ENV: ${{ secrets.REACT_APP_OTHER_ENV }}
REACT_APP_KAKAO_REST_API_KEY: ${{ secrets.REACT_APP_KAKAO_REST_API_KEY }}
REACT_APP_KAKAO_JS_KEY: ${{ secrets.REACT_APP_KAKAO_JS_KEY }}
REACT_APP_KAKAO_REST_API_KEY: ${{ secrets.REACT_APP_KAKAO_REST_API_KEY }}
REACT_APP_KAKAO_REDIRECT_URI: ${{ secrets.REACT_APP_KAKAO_REDIRECT_URI }}
REACT_APP_BASE_URL: ${{ secrets.REACT_APP_BASE_URL }}

- name: Pull and restart Docker Container
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 0b5ff01

Please sign in to comment.