Skip to content

Commit

Permalink
Remove extract space from project list
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-de-pachtere committed Feb 14, 2025
1 parent 9b50b0b commit 75fa0a2
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@ jobs:
# echo 'colors=["red", "green", "blue"]' >> "$GITHUB_OUTPUT"

buildandpush:
name: 'Build and push docker images'
name: '${{ matrix.projects }} - Build and push docker images'
strategy:
matrix:
projects:
[
'eko-website ',
'humu-website ',
'kiro-admin-app ',
'kiro-manager-app ',
'kiro-member-app ',
'kiro-producer-app ',
'kiro-website ',
'kolo-website ',
'luna-website ',
'meli-website ',
'myko-website ',
'novi-website ',
'tera-api ',
'tera-app ',
'tera-website ',
'vara-website ',
'website ',
'eko-website',
'humu-website',
'kiro-admin-app',
'kiro-manager-app',
'kiro-member-app',
'kiro-producer-app',
'kiro-website',
'kolo-website',
'luna-website',
'meli-website',
'myko-website',
'novi-website',
'tera-api',
'tera-app',
'tera-website',
'vara-website',
'website',
]
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -77,23 +77,23 @@ jobs:
matrix:
projects:
[
'eko-website ',
'humu-website ',
'kiro-admin-app ',
'kiro-manager-app ',
'kiro-member-app ',
'kiro-producer-app ',
'kiro-website ',
'kolo-website ',
'luna-website ',
'meli-website ',
'myko-website ',
'novi-website ',
'tera-api ',
'tera-app ',
'tera-website ',
'vara-website ',
'website ',
'eko-website',
'humu-website',
'kiro-admin-app',
'kiro-manager-app',
'kiro-member-app',
'kiro-producer-app',
'kiro-website',
'kolo-website',
'luna-website',
'meli-website',
'myko-website',
'novi-website',
'tera-api',
'tera-app',
'tera-website',
'vara-website',
'website',
]
steps:
- uses: 'actions/checkout@v4'
Expand Down

0 comments on commit 75fa0a2

Please sign in to comment.