Skip to content

Create deploy.yaml

Create deploy.yaml #9

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 stagingg..."
# Add your staging deployment steps here