Skip to content

Update production.yaml #2

Update production.yaml

Update production.yaml #2

Workflow file for this run

name: staging application
on:
push:
tags:
- "v*.*.*-RC.*"
jobs:
build:
name: Deployment process
runs-on: ubuntu-latest
steps:
- name: Execute deployment
run: |
# Staging deployment steps
echo "Deploying to staging..."
# Add your staging deployment steps here