Skip to content

Merge pull request #348 from AmpersandTarski/feature/Changing-version… #18

Merge pull request #348 from AmpersandTarski/feature/Changing-version…

Merge pull request #348 from AmpersandTarski/feature/Changing-version… #18

Workflow file for this run

name: RAP User pipeline
on:
push:
branches:
- main
paths:
- "RAP4USER/**"
jobs:
Staging:
if: github.ref_name == 'main'
uses: ./.github/workflows/Deploy_workflow.yml
with:
environmentName: staging
context: RAP4USER
deploymentName: student-prototype
containerName: rap4-student-prototype
imageName: rap4-student-prototype
secrets: inherit
Production:
if: github.ref_name == 'main'
needs: Staging
uses: ./.github/workflows/Deploy_workflow.yml
with:
environmentName: production
context: RAP4USER
deploymentName: student-prototype
containerName: rap4-student-prototype
imageName: rap4-student-prototype
secrets: inherit