Skip to content

Commit 37ea515

Browse files
authored
Merge pull request #34 from next-engineer/dev
Dev
2 parents 7f1b9ff + 8e0a21d commit 37ea515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
"commands": [
8080
"aws s3 cp s3://${{ env.S3_BUCKET }}/deploy_container.sh /home/ec2-user/deploy_container.sh --region ap-northeast-2",
8181
"chmod +x /home/ec2-user/deploy_container.sh",
82-
"bash /home/ec2-user/deploy_container.sh ap-northeast-2 ${{ steps.login-ecr.outputs.registry }} '"$IMAGE_URI"' intune-chat \"-p 8081:8081 --restart unless-stopped\""
82+
"bash /home/ec2-user/deploy_container.sh ap-northeast-2 ${{ steps.login-ecr.outputs.registry }} '"$IMAGE_URI"' intune-chat \"${{ env.DOCKER_RUN_ARGS }}\""
8383
]
8484
}' \
8585
--region "${{ env.AWS_REGION }}" \

0 commit comments

Comments
 (0)