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
job "frontend" { | |
datacenters = ["humblelabvm"] | |
group "frontend" { | |
network { | |
mode = "bridge" | |
port "web" { | |
to = 80 | |
} | |
} |
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: Find LaunchDarkly flag code references | |
on: push | |
# cancel in-flight workflow run if another push was triggered | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
launchDarklyCodeReferences: | |
name: LaunchDarkly Code References | |
runs-on: ubuntu-latest |
OlderNewer