Skip to content

Commit

Permalink
Deploy also the frontend charm
Browse files Browse the repository at this point in the history
  • Loading branch information
mz2 committed Dec 12, 2023
1 parent 96ab78b commit e42ef9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/terraform_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ jobs:
- name: Replace the API charm with the locally built one
run: |
juju refresh api --path ../backend/charm/test-observer-api_ubuntu-22.04-amd64.charm
juju refresh api --path ../backend/charm/*.charm
- name: Replace the frontend charm with the locally built one
run: |
juju refresh api --path ../frontend/charm/*.charm
- name: Wait for deployment to complete
run: |
Expand Down

0 comments on commit e42ef9d

Please sign in to comment.