Skip to content

Commit

Permalink
setting correct host with https (#310)
Browse files Browse the repository at this point in the history
## Changes

-

## Issue(s)

- #
  • Loading branch information
Gustavo-SF authored Sep 18, 2024
1 parent c6bdfbd commit 0f797da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
if [ ${{ github.ref }} == 'refs/heads/main' ]; then
cluster_name="production"
postgres_db="portal"
ingress_host="portal.lisbondatascience.org"
ingress_host="https://portal.lisbondatascience.org"
else
cluster_name="development"
postgres_db="portaldev"
ingress_host="portal.dev-lisbondatascience.org"
ingress_host="https://portal.dev-lisbondatascience.org"
fi
aws eks update-kubeconfig --name $cluster_name
Expand Down

0 comments on commit 0f797da

Please sign in to comment.