Skip to content

Update deploy.yaml

Update deploy.yaml #12

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