Skip to content

Commit

Permalink
Add deployment on main pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Mar 21, 2024
1 parent b1d38e4 commit efcf478
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
with:
environment: ${{ inputs.environment }}

deploy-ui:
name: Deploy boxel-ui
uses: ./.github/workflows/deploy-ui.yml
secrets: inherit
with:
environment: ${{ inputs.environment }}

build-realm-server:
name: Build Docker image
uses: cardstack/gh-actions/.github/workflows/docker-ecr.yml@main
Expand Down

0 comments on commit efcf478

Please sign in to comment.