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 7648ed6 commit f88cb0b
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-221
on:
# Automatically trigger it when detected changes in repo
push:
branches:
[ main ]
branches: [main]
paths:
- '**'
- '.github/workflows/swiftfiddle-runner-functions-221-AutoDeployTrigger-f9722c82-c444-487a-a032-f5481809e794.yml'
- "**"
- ".github/workflows/swiftfiddle-runner-functions-221-AutoDeployTrigger-f9722c82-c444-487a-a032-f5481809e794.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.SWIFTFIDDLERUNNERFUNCTIONS221_REGISTRY_PASSWORD }}
containerAppName: swiftfiddle-runner-functions-221
resourceGroup: swiftfiddle
imageToBuild: kishikawakatsumi/swiftfiddle-runner-functions-221:${{ github.sha }}
imageToBuild: swiftfiddle/swiftfiddle-runner-functions-221:latest
_buildArgumentsKey_: |
_buildArgumentsValues_

0 comments on commit f88cb0b

Please sign in to comment.