debug workflow #40
@ -31,8 +31,7 @@ jobs:
|
||||
UMAMI_USERNAME: ${{ secrets.UMAMI_USERNAME }}
|
||||
UMAMI_PASSWORD: ${{ secrets.UMAMI_PASSWORD }}
|
||||
run: |
|
||||
chmod +x ./tools/collect_statistics.py
|
||||
./tools/collect_statistics.py \
|
||||
python ./tools/collect_statistics.py \
|
||||
--website-id "${{ secrets.UMAMI_WEBSITE_ID }}" \
|
||||
--cloud-environment "eu_de" \
|
||||
--environment "public" \
|
||||
@ -43,7 +42,7 @@ jobs:
|
||||
UMAMI_USERNAME: ${{ secrets.UMAMI_USERNAME }}
|
||||
UMAMI_PASSWORD: ${{ secrets.UMAMI_PASSWORD }}
|
||||
run: |
|
||||
./tools/collect_statistics.py \
|
||||
python ./tools/collect_statistics.py \
|
||||
--website-id "${{ secrets.UMAMI_WEBSITE_ID }}" \
|
||||
--cloud-environment "swiss" \
|
||||
--environment "public" \
|
||||
|
12
analytics/public/eu_de.json
Normal file
12
analytics/public/eu_de.json
Normal file
@ -0,0 +1,12 @@
|
||||
[
|
||||
"evs",
|
||||
"ims",
|
||||
"ecs",
|
||||
"cce",
|
||||
"obs",
|
||||
"rds",
|
||||
"sfs",
|
||||
"iam",
|
||||
"config",
|
||||
"elb"
|
||||
]
|
12
analytics/public/swiss.json
Normal file
12
analytics/public/swiss.json
Normal file
@ -0,0 +1,12 @@
|
||||
[
|
||||
"evs",
|
||||
"ims",
|
||||
"ecs",
|
||||
"cce",
|
||||
"obs",
|
||||
"rds",
|
||||
"iam",
|
||||
"elb",
|
||||
"cbr",
|
||||
"vpn"
|
||||
]
|
2
tools/collect_statistics.py
Normal file → Executable file
2
tools/collect_statistics.py
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
Reference in New Issue
Block a user