Skip to content

Commit 5749189

Browse files
github actions workflow file added
1 parent be205c1 commit 5749189

File tree

1 file changed

+1
-4
lines changed
  • app-dev/devops-and-containers/container-instances/ci-java-springboot-with-grafana-prometheus-example/files

1 file changed

+1
-4
lines changed

app-dev/devops-and-containers/container-instances/ci-java-springboot-with-grafana-prometheus-example/files/github_workflows.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,4 @@ jobs:
4242
cd PrometheusJavaDemo
4343
mvn clean package
4444
docker build . -t fra.ocir.io/${{ secrets.TENANCY_NAMESPACE }}/prometheusjavademo:1.0.0
45-
docker push -q fra.ocir.io/${{ secrets.TENANCY_NAMESPACE }}/prometheusjavademo:1.0.0
46-
- name: update Stack Manager with webhook
47-
run: |
48-
# curl -X PUT -H "Authorization: Basic ${{ secrets.STACK_MGR_AUTH }}" "${{ secrets.STACK_MGR_URL }}/webhook/restart?ciname=javaApp&compartmentname=mika.rinne"
45+
docker push -q fra.ocir.io/${{ secrets.TENANCY_NAMESPACE }}/prometheusjavademo:1.0.0

0 commit comments

Comments
 (0)