branches
This commit is contained in:
@@ -2,8 +2,7 @@ name: Sync workflows for GHES
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ $default-branch ]
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -26,8 +26,7 @@ env:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ $default-branch ]
|
||||||
- $default-branch
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
@@ -26,8 +26,7 @@ env:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ $default-branch ]
|
||||||
- $default-branch
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
@@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ $default-branch ]
|
||||||
- $default-branch
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -25,8 +25,7 @@ env:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ $default-branch ]
|
||||||
- $default-branch
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -46,8 +46,7 @@ name: 'Terraform'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ $default-branch ]
|
||||||
- $default-branch
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user