Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
brycecoon committed Mar 18, 2024
1 parent 095dfa8 commit f3c3bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/brycerunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion BryceDocker/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3c3bf9

Please sign in to comment.