This commit is contained in:
Austen Stone
2022-08-30 10:13:31 -04:00
parent edae9e95bf
commit a4af1b700b
21 changed files with 22 additions and 47 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ name: Sync workflows for GHES
on: on:
push: push:
branches: branches: [ $default-branch ]
- main
jobs: jobs:
sync: sync:
+1 -5
View File
@@ -10,11 +10,7 @@
name: "Frogbot Scan and Fix" name: "Frogbot Scan and Fix"
on: on:
push: push:
branches: branches: [ $default-branch ]
# The scanning and creation of pull requests with fixes are triggered by pushing code to one of the these branches.
# You can edit the list of branches you wish to open fix pull requests on.
- "main"
- "master"
permissions: permissions:
contents: write contents: write
pull-requests: write pull-requests: write
+1 -2
View File
@@ -21,8 +21,7 @@ name: Build and Deploy to ACK
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
# Environment variables available to all jobs and steps in this workflow. # Environment variables available to all jobs and steps in this workflow.
env: env:
+1 -2
View File
@@ -28,8 +28,7 @@ name: Deploy to Amazon ECS
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
env: env:
AWS_REGION: MY_AWS_REGION # set this to your preferred AWS region, e.g. us-west-1 AWS_REGION: MY_AWS_REGION # set this to your preferred AWS region, e.g. us-west-1
+1 -2
View File
@@ -31,8 +31,7 @@ env:
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@@ -34,8 +34,7 @@ name: Build and deploy an app to AKS with Helm
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
env: env:
@@ -33,8 +33,7 @@ name: Build and deploy an app to AKS with Kompose
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
env: env:
@@ -33,8 +33,7 @@ name: Build and deploy an app to AKS with Kustomize
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
env: env:
+1 -2
View File
@@ -29,8 +29,7 @@ name: Build and deploy an app to AKS
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
env: env:
+2 -4
View File
@@ -14,12 +14,10 @@ name: Deploy web app to Azure Static Web Apps
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
pull_request: pull_request:
types: [opened, synchronize, reopened, closed] types: [opened, synchronize, reopened, closed]
branches: branches: [ $default-branch ]
- $default-branch
# Environment variables available to all jobs and steps in this workflow # Environment variables available to all jobs and steps in this workflow
env: env:
+1 -2
View File
@@ -26,8 +26,7 @@ env:
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
permissions: permissions:
+1 -2
View File
@@ -26,8 +26,7 @@ env:
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
permissions: permissions:
+1 -2
View File
@@ -19,8 +19,7 @@
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
env: env:
+1 -2
View File
@@ -21,8 +21,7 @@ name: Build and deploy PHP app to Azure Web App
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
env: env:
+1 -2
View File
@@ -25,8 +25,7 @@ env:
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
workflow_dispatch: workflow_dispatch:
permissions: permissions:
+1 -2
View File
@@ -46,8 +46,7 @@ name: Build and Deploy to Cloud Run
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
env: env:
PROJECT_ID: YOUR_PROJECT_ID # TODO: update Google Cloud project id PROJECT_ID: YOUR_PROJECT_ID # TODO: update Google Cloud project id
+1 -2
View File
@@ -48,8 +48,7 @@ name: Deploy to Cloud Run from Source
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
env: env:
PROJECT_ID: YOUR_PROJECT_ID # TODO: update Google Cloud project id PROJECT_ID: YOUR_PROJECT_ID # TODO: update Google Cloud project id
+1 -2
View File
@@ -14,8 +14,7 @@ name: Build and Deploy to GKE
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
env: env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }} PROJECT_ID: ${{ secrets.GKE_PROJECT }}
+1 -2
View File
@@ -10,8 +10,7 @@ name: Build and Deploy to IKS
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
# Environment variables available to all jobs and steps in this workflow # Environment variables available to all jobs and steps in this workflow
env: env:
+1 -2
View File
@@ -17,8 +17,7 @@ name: Tencent Kubernetes Engine
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
# Environment variables available to all jobs and steps in this workflow # Environment variables available to all jobs and steps in this workflow
env: env:
+1 -2
View File
@@ -46,8 +46,7 @@ name: 'Terraform'
on: on:
push: push:
branches: branches: [ $default-branch ]
- $default-branch
pull_request: pull_request:
permissions: permissions: