Skip to content

Add timestamp and save every request #1

Add timestamp and save every request

Add timestamp and save every request #1

Workflow file for this run

name: Build and Deploy to Prod
on:
push:
branches: [main]
jobs:
build-prod-container:
uses: ./.github/workflows/build-image.yml
secrets: inherit
deploy-prod-container:
needs: build-prod-container
uses: ./.github/workflows/deploy-container.yml
secrets: inherit