Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/coit-frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
-Dsonar.host.url=$sonarqube_url \
-Dsonar.login=$api_key

- name: Check the sonarqube report here
run: |
echo "The SonarQube Reports are available at http://34.93.215.59:9000/dashboard?id=coit-frontend"

- name: Run Unit Tests
run: |
cd coit-frontend
Expand Down Expand Up @@ -84,3 +88,10 @@ jobs:
run: |
cd kustomize/environments/preview
kubectl apply -k .

- name: Wait for 60 seconds and get the preview of the application
run: |
sleep 100
echo "Browse below IP adress to preview the application"
kubectl get svc coit-frontend --output jsonpath='{.status.loadBalancer.ingress[0].ip}' -n preview

2 changes: 2 additions & 0 deletions coit-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@

## Pushing the container
` $ docker push $DOCKER_USER_ID/sentiment-analysis-frontend `

## Thanks