Skip to content

Revert "remove redis throughout" #32

Revert "remove redis throughout"

Revert "remove redis throughout" #32

name: Build and deploy container app to Azure Web App - socalmeshbot
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to registry
uses: docker/login-action@v3
with:
registry: dragones.azurecr.io
username: ${{ secrets.AzureAppService_ContainerUsername_1ed55587fd474a6685d49af448067bad }}
password: ${{ secrets.AzureAppService_ContainerPassword_4fc6e7e4f599453a81d4f70c8802b08d }}
- name: Build and push container image to registry
uses: docker/build-push-action@v6
with:
push: true
tags: dragones.azurecr.io/socalmeshbot:latest
file: ./Dockerfile