Skip to content

Commit

Permalink
Add console to deploy process
Browse files Browse the repository at this point in the history
  • Loading branch information
EGiataganas committed Aug 21, 2023
1 parent 5ebcc9f commit 107cdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
needs: [build-image, deploy-db-migrate-service]
strategy:
matrix:
service_type: ['worker-high-priority', 'worker-low-priority', 'web']
service_type: ['console', 'worker-high-priority', 'worker-low-priority', 'web']

steps:
- name: Checkout code
Expand Down

0 comments on commit 107cdad

Please sign in to comment.