Skip to content

Commit

Permalink
Add deployment pipeline definition (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif authored Feb 7, 2024
1 parent a49433c commit 1304cf0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
stages:
- deploy

rsconnect-deploy:
stage: deploy
trigger:
include:
- project: 'nest/automation/gitlab-shared-library'
ref: main
file: '/R/Jobs/RSConnect.gitlab-ci.yml'
parallel:
matrix:
- APP_DIRECTORY:
- "RNA-seq"
- "basic-teal"
- "early-dev"
- "efficacy"
- "exploratory"
- "longitudinal"
- "patient-profile"
- "python"
- "safety"
UPDATE_RENV_LOCK: "false"
rules:
- if: '$CI_PIPELINE_SOURCE == "web"'
- if: '$CI_PIPELINE_SOURCE == "schedule"'

0 comments on commit 1304cf0

Please sign in to comment.