Skip to content

Deploy (Staging)

Deploy (Staging) #2

Workflow file for this run

name: Deploy (Staging)
on:
workflow_dispatch:
jobs:
deploy_service:
name: Deploy Service
uses: RistekCSUI/infra-workflows/.github/workflows/dockerhub-service-build.yml@main
with:
SERVICES: ulaskelas/ulaskelas-backend-stg
INSTANCE: Barato
IMAGE: ulaskelas-backend
DOCKERHUB_USER: ristekoss
PLATFORMS: linux/amd64
IMAGE_TAG: latest
secrets:
GH_TOKEN: ${{ secrets.CENTRAL_INFRA_GH_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}