Skip to content

added github actions deployment workflow #1

added github actions deployment workflow

added github actions deployment workflow #1

Workflow file for this run

name: Deploy to Staging
on:
push:
branches:
- refactor/cites-trade-database-redesign
jobs:
deploy-staging:
name: Deploy to Staging Environment
uses: ./.github/workflows/deploy-with-capistrano-nuxt-frontend.yml
with:
branch: ${{ github.ref }}
environment: staging
secrets: inherit