Skip to content

Deploy to prod

Deploy to prod #50

Workflow file for this run

name: Deploy to prod
on:
workflow_dispatch:
inputs:
deployVersion:
description: Docker image to deploy (like 2024.7.0)
required: true
default: latest
concurrency:
group: production
cancel-in-progress: true
jobs:
deploy:
permissions: read-all
uses: ./.github/workflows/deploy_reusable_workflow.yml
with:
deployVersion: ${{ github.event.inputs.deployVersion }}
environment: prod
environment_url: https://joinrpg.ru
secrets: inherit