Skip to content

Commit

Permalink
updated deploy script to fix ssl certificate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WoltersEric committed Dec 23, 2024
1 parent 428ec2a commit 32062f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ do
fi
done

export SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt

read -p "What do you want to deploy? Options: 'admin-dash'/1 ; 'calling-dash'/2 ; 'calling-dash-test'/3 ; 'api'/4 ; 'api-test'/5 " APPLICATION
APPLICATION=${APPLICATION:-N}

Expand Down

0 comments on commit 32062f9

Please sign in to comment.