Skip to content

Commit

Permalink
Fix some things
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Apr 16, 2024
1 parent cef4298 commit d8f41bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
script: |
wget https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/docker-compose.yml -O docker-compose.yml
docker-compose down
wget https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/prometheus.yml -O prometheus.yml
docker compose pull
docker-compose up -d
4 changes: 1 addition & 3 deletions prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ scrape_configs:
scrape_timeout: 1s
metrics_path: '/actuator/prometheus'
scheme: https
tls_config:
insecure_skip_verify: true
static_configs:
- targets: [ 'wiq_es04b:443' ]
- targets: [ 'wikigame.es:443' ]

0 comments on commit d8f41bb

Please sign in to comment.