Skip to content

Merge pull request #374 from AmpersandTarski/372-link-to-generated-pr… #21

Merge pull request #374 from AmpersandTarski/372-link-to-generated-pr…

Merge pull request #374 from AmpersandTarski/372-link-to-generated-pr… #21

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