Skip to content

Deploy to prod

Deploy to prod #9

Workflow file for this run

name: Deploy to prod
on:
workflow_dispatch:
inputs:
deployVersion:
description: Docker image to deploy
required: true
default: latest
jobs:
deploy:
permissions: read-all
uses: ./.github/workflows/deploy_reusable_workflow.yml
with:
deployVersion: ${{ github.event.inputs.deployVersion }}
environment: kogda-prod
environment_url: https://prod.kogra-igra.ru
secrets: inherit