Update docker-deployment.md with additional info for SSL/TLS setup #2324
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI (OSS) | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| permissions: | |
| contents: read | |
| jobs: | |
| test: | |
| if: github.event.pull_request.head.repo.full_name != github.repository | |
| uses: ./.github/workflows/test.yml | |
| with: | |
| saas: false |