Skip to content

Instantly share code, notes, and snippets.

View codyde's full-sized avatar
👊
Smash Them Toggles and Coding Cool Things

Cody De Arkland codyde

👊
Smash Them Toggles and Coding Cool Things
View GitHub Profile
job "frontend" {
datacenters = ["humblelabvm"]
group "frontend" {
network {
mode = "bridge"
port "web" {
to = 80
}
}
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