Skip to content

Commit

Permalink
CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Oct 8, 2024
1 parent 25dae68 commit fa164e1
Showing 1 changed file with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ name: Trigger auto deployment for swiftfiddle-runner-functions-41
on:
# Automatically trigger it when detected changes in repo
push:
branches:
[ main ]
branches: [main]
paths:
- '**'
- '.github/workflows/swiftfiddle-runner-functions-41-AutoDeployTrigger-6fc95189-43e8-44b0-ad41-bed9e9ca6157.yml'
- "**"
- ".github/workflows/swiftfiddle-runner-functions-41-AutoDeployTrigger-6fc95189-43e8-44b0-ad41-bed9e9ca6157.yml"

# Allow manual trigger
workflow_dispatch:
# Allow manual trigger
workflow_dispatch:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
permissions:
id-token: write #This is required for requesting the OIDC JWT Token
contents: read #Required when GH token is used to authenticate with private repo

Expand All @@ -41,8 +40,6 @@ jobs:
registryPassword: ${{ secrets.SWIFTFIDDLERUNNERFUNCTIONS41_REGISTRY_PASSWORD }}
containerAppName: swiftfiddle-runner-functions-41
resourceGroup: swiftfiddle
imageToBuild: kishikawakatsumi/swiftfiddle-runner-functions-41:${{ github.sha }}
imageToBuild: swiftfiddle/swiftfiddle-runner-functions-41:latest
_buildArgumentsKey_: |
_buildArgumentsValues_

0 comments on commit fa164e1

Please sign in to comment.