Skip to content

Commit

Permalink
[FE] deploy master yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
42inshin committed Mar 20, 2024
1 parent bfc76d4 commit a06535b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/s3_deploy_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
REACT_APP_SENTRY_DSN: ${{secrets.REACT_APP_SENTRY_DSN}}
VITE_APP_API_URL: ${{secrets.VITE_APP_API_URL}}
VITE_TOKEN: ${{secrets.VITE_TOKEN}}
VITE_GA_ID: ${{secrets.VITE_GA_ID}}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script>
<script type="text/javascript" src="http://wcs.naver.net/wcslog.js"></script>
<script type="text/javascript">
if (!wcs_add) var wcs_add = {};
wcs_add["wa"] = "152eaf5cd6101c0";
Expand Down

0 comments on commit a06535b

Please sign in to comment.