File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8585
8686 echo "CLIENT_HOST=client.${{ vars.EC2_PUBLIC_IP }}.nip.io" >> .env
8787 echo "SERVER_HOST=api.${{ vars.EC2_PUBLIC_IP }}.nip.io" >> .env
88+ echo "GENAI_HOST=genai.api.${{ vars.EC2_PUBLIC_IP }}.nip.io" >> .env
8889 echo "VITE_PUBLIC_API_URL=https://api.${{ vars.EC2_PUBLIC_IP }}.nip.io/api" >> .env
8990 echo "VITE_API_INTERNAL_HOST=server-gateway" >> .env
9091 echo "VITE_API_INTERNAL_PORT=8081" >> .env
92+ echo "SERVER_HOST_GENAI=skillforge-genai" >> .env
93+ echo "SERVER_PORT_GENAI=8888" >> .env
9194
9295 chmod 600 .env
9396 echo ".env file created ✅"
@@ -117,7 +120,7 @@ jobs:
117120 echo "Deployment complete! Access your services at:"
118121 echo "Client: https://client.${{ vars.EC2_PUBLIC_IP }}.nip.io"
119122 echo "API: https://api.${{ vars.EC2_PUBLIC_IP }}.nip.io"
120- echo "GenAI: https://genai.ai .${{ vars.EC2_PUBLIC_IP }}.nip.io"
123+ echo "GenAI: https://genai.api .${{ vars.EC2_PUBLIC_IP }}.nip.io"
121124 echo "Check the status of your services with:"
122125 echo "docker compose -f docker-compose.prod.yml ps"
123126 echo "View logs with:"
You can’t perform that action at this time.
0 commit comments