Skip to content

Commit

Permalink
Use pipeline for Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 19, 2024
1 parent f52c5e6 commit 6f99df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/services-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
env:
DEPLOY_ENV: ${{ inputs.deploy_env }}
SKIP_CONFIRM: true
DRY_RUN:
on:
workflow_call:
inputs:
Expand Down Expand Up @@ -82,7 +83,7 @@
- name: 'Deploy Frontend'
run: |
make frontend.deploy
./run_pipeline.sh dev ./frontend/pipeline.yaml deploy -c public
- name: 'Deploy Backend'
run: |
Expand Down

0 comments on commit 6f99df4

Please sign in to comment.