Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abitskil authored Jun 3, 2024
1 parent 52c67ee commit ae6cd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
SPRYKER_API_HOST: ${{ github.event.client_payload.SPRYKER_API_HOST }}
SPRYKER_GLUE_BACKEND_HOST: ${{ github.event.client_payload.SPRYKER_GLUE_BACKEND_HOST }}
SPRYKER_GLUE_STOREFRONT_HOST: ${{ github.event.client_payload.SPRYKER_GLUE_STOREFRONT_HOST }}
SPRYKER_FE_HOST: ${{ vars.BASIC }}${{ github.event.client_payload.SPRYKER_FE_HOST }}
SPRYKER_FE_HOST: ${{ vars.test.BASIC }}${{ github.event.client_payload.SPRYKER_FE_HOST }}
SPRYKER_SSL_ENABLED: https
SPRYKER_SMTP_HOST: false
AWS_DEFAULT_REGION: eu-west-1
Expand Down

0 comments on commit ae6cd5b

Please sign in to comment.