Skip to content

Commit 1da0684

Browse files
committed
devops: 개발 서버 배포 테스트
1 parent 62c9a52 commit 1da0684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
file: frontend/Dockerfile
5252
push: true
5353
build-args: |
54-
VITE_API_URL=${{ secrets.VITE_API_URL_DEV }}
54+
VITE_API_URL=http://49.50.138.219
5555
tags: |
5656
${{ env.REGISTRY }}/${{ steps.image_names.outputs.frontend_image }}:latest
5757
${{ env.REGISTRY }}/${{ steps.image_names.outputs.frontend_image }}:${{ github.sha }}

0 commit comments

Comments
 (0)