We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f1b9ff + 8e0a21d commit 37ea515Copy full SHA for 37ea515
.github/workflows/deploy.yml
@@ -79,7 +79,7 @@ jobs:
79
"commands": [
80
"aws s3 cp s3://${{ env.S3_BUCKET }}/deploy_container.sh /home/ec2-user/deploy_container.sh --region ap-northeast-2",
81
"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\""
+ "bash /home/ec2-user/deploy_container.sh ap-northeast-2 ${{ steps.login-ecr.outputs.registry }} '"$IMAGE_URI"' intune-chat \"${{ env.DOCKER_RUN_ARGS }}\""
83
]
84
}' \
85
--region "${{ env.AWS_REGION }}" \
0 commit comments