Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
•
2f0f16c
1
Parent(s):
66feea1
update workflow
Browse files- .github/workflows/main.yml +1 -1
- requirements.txt +0 -0
.github/workflows/main.yml
CHANGED
@@ -70,7 +70,7 @@ jobs:
|
|
70 |
|
71 |
- name: Push Grafana
|
72 |
run: |
|
73 |
-
docker run -d --name grafana --network example-network --ip 172.16.238.12 -p 3000:3000 -v $(pwd)/grafana/provisioning:/etc/grafana/provisioning --env-file $(pwd)/grafana/config.monitoring grafana/grafana
|
74 |
|
75 |
|
76 |
deploy:
|
|
|
70 |
|
71 |
- name: Push Grafana
|
72 |
run: |
|
73 |
+
docker run -d --name grafana --network example-network --ip 172.16.238.12 -p 3000:3000 -v $(pwd)/grafana/provisioning:/etc/grafana/provisioning --env-file $(pwd)/grafana/provisioning/config.monitoring grafana/grafana
|
74 |
|
75 |
|
76 |
deploy:
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|