Skip to content

Commit

Permalink
FIX: master cicd url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
42inshin committed Mar 13, 2023
1 parent 61c0695 commit ef0054c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3_deploy_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
REACT_APP_API_URL: ${{secrets.REACT_APP_API_URL}}
REACT_APP_ENV: ${{secrets.REACT_APP_ENV}}
REACT_APP_SENTRY_DSN: ${{secrets.REACT_APP_SENTRY_DSN}}
VITE_APP_API_URL: ${{secrets.VITE_APP_API_URL_DEV}}
VITE_APP_API_URL: ${{secrets.VITE_APP_API_URL}}
VITE_TOKEN: ${{secrets.VITE_TOKEN}}

steps:
Expand Down

0 comments on commit ef0054c

Please sign in to comment.