Skip to content

Commit

Permalink
Update Backend-CD-Prod-A.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchiim authored Oct 24, 2024
1 parent c79aff8 commit 29c1231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Backend-CD-Prod-A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker run -d -p 80:8080 --name server \
-e JAVA_OPTS="-XX:InitialRAMPercentage=70.0 -XX:MaxRAMPercentage=70.0" \
-e TZ=Asia/Seoul
-e TZ=Asia/Seoul \
${{ secrets.DOCKER_SERVER_IMAGE }}
- name: Wait for service to start
Expand Down

0 comments on commit 29c1231

Please sign in to comment.