diff --git a/.github/workflows/brycerunner.yml b/.github/workflows/brycerunner.yml index f958e6e..0fc71fd 100644 --- a/.github/workflows/brycerunner.yml +++ b/.github/workflows/brycerunner.yml @@ -39,8 +39,5 @@ jobs: needs: ${{ toJson(needs) }} job: ${{ toJson(job) }} steps: ${{ toJson(steps) }} - - - name: "Deploy to Server" - run: | - scp -r ./ticketsrus-aaron-bryce-carlos/BryceDocker username@server:/path/to/destination + \ No newline at end of file diff --git a/BryceDocker/prometheus/prometheus.yml b/BryceDocker/prometheus/prometheus.yml index a5ebaff..fe26d9a 100644 --- a/BryceDocker/prometheus/prometheus.yml +++ b/BryceDocker/prometheus/prometheus.yml @@ -6,7 +6,7 @@ scrape_configs: module: [http_2xx] # Look for a HTTP 200 response. static_configs: - targets: - - http://host.docker.internal:8085/health #Catalog API + - http://bryceblazorapp:8085/health #Catalog API relabel_configs: - source_labels: [__address__] target_label: __param_target