Skip to content

Merge pull request #11 from SwiftFiddle/deno-dependency-updates #9

Merge pull request #11 from SwiftFiddle/deno-dependency-updates

Merge pull request #11 from SwiftFiddle/deno-dependency-updates #9

name: Trigger auto deployment for swiftfiddle-runner-functions-523
# When this action will be executed
on:
# Automatically trigger it when detected changes in repo
push:
branches: [main]
paths:
- "**"
- ".github/workflows/swiftfiddle-runner-functions-523-AutoDeployTrigger-780f66ff-f348-4be2-8be2-bf1f6ed7c472.yml"
# Allow manual trigger
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout to the branch
uses: actions/checkout@v4
- name: Azure Login
uses: azure/login@v2
with:
creds: ${{ secrets.SWIFTFIDDLERUNNERFUNCTIONS523_AZURE_CREDENTIALS }}
- name: Build and push container image to registry
uses: azure/container-apps-deploy-action@v2
with:
appSourcePath: ${{ github.workspace }}
registryUrl: swiftfiddle.azurecr.io
registryUsername: ${{ secrets.SWIFTFIDDLERUNNERFUNCTIONS523_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.SWIFTFIDDLERUNNERFUNCTIONS523_REGISTRY_PASSWORD }}
containerAppName: swiftfiddle-runner-functions-523
resourceGroup: swiftfiddle
imageToBuild: swiftfiddle.azurecr.io/swiftfiddle-runner-functions-523:latest