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:
push:
branches:
- main
branches: [ $default-branch ]
jobs:
sync:
+1 -5
View File
@@ -10,11 +10,7 @@
name: "Frogbot Scan and Fix"
on:
push:
branches:
# 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"
branches: [ $default-branch ]
permissions:
contents: write
pull-requests: write
+1 -2
View File
@@ -21,8 +21,7 @@ name: Build and Deploy to ACK
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
# Environment variables available to all jobs and steps in this workflow.
env:
+1 -2
View File
@@ -28,8 +28,7 @@ name: Deploy to Amazon ECS
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
env:
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:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
permissions:
@@ -34,8 +34,7 @@ name: Build and deploy an app to AKS with Helm
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
env:
@@ -33,8 +33,7 @@ name: Build and deploy an app to AKS with Kompose
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
env:
@@ -33,8 +33,7 @@ name: Build and deploy an app to AKS with Kustomize
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
env:
+1 -2
View File
@@ -29,8 +29,7 @@ name: Build and deploy an app to AKS
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
env:
+2 -4
View File
@@ -14,12 +14,10 @@ name: Deploy web app to Azure Static Web Apps
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- $default-branch
branches: [ $default-branch ]
# Environment variables available to all jobs and steps in this workflow
env:
+1 -2
View File
@@ -26,8 +26,7 @@ env:
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
permissions:
+1 -2
View File
@@ -26,8 +26,7 @@ env:
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
permissions:
+1 -2
View File
@@ -19,8 +19,7 @@
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
env:
+1 -2
View File
@@ -21,8 +21,7 @@ name: Build and deploy PHP app to Azure Web App
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
env:
+1 -2
View File
@@ -25,8 +25,7 @@ env:
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
workflow_dispatch:
permissions:
+1 -2
View File
@@ -46,8 +46,7 @@ name: Build and Deploy to Cloud Run
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
env:
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:
push:
branches:
- $default-branch
branches: [ $default-branch ]
env:
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:
push:
branches:
- $default-branch
branches: [ $default-branch ]
env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
+1 -2
View File
@@ -10,8 +10,7 @@ name: Build and Deploy to IKS
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
# Environment variables available to all jobs and steps in this workflow
env:
+1 -2
View File
@@ -17,8 +17,7 @@ name: Tencent Kubernetes Engine
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
# Environment variables available to all jobs and steps in this workflow
env:
+1 -2
View File
@@ -46,8 +46,7 @@ name: 'Terraform'
on:
push:
branches:
- $default-branch
branches: [ $default-branch ]
pull_request:
permissions: