Skip to content

Commit

Permalink
Add workflow to deploy dev.accounts.synapse.org
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw committed Nov 6, 2024
1 parent 19b6c1f commit 7c3cbb5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy-sage-account-web-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy an sageaccountweb to dev

on:
workflow_dispatch:
inputs:
tag:
type: string
description: Which tag to deploy from

jobs:
build-and-deploy-sage-account-web:
permissions:
id-token: write
contents: read
uses: ./.github/workflows/build-and-deploy-app.yml
with:
app-name: SageAccountWeb
branch-or-tag: ${{ inputs.tag }}
bucket-name: dev.accounts.synapse.org
cfdist-id: E39Y0MUIDX97EG
deployment-role-arn: arn:aws:iam::797640923903:role/sagebase-github-oidc-sage-bionetworks-web-monorepo-infra

0 comments on commit 7c3cbb5

Please sign in to comment.