Skip to content

updated ruby version #3

updated ruby version

updated ruby version #3

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