You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to deploy your worker via Github Actions, you need to have a [Cloudflare API token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) and running instance of InfluxDB.
31
31
@@ -34,4 +34,6 @@ Add generated API token to Github secrets as `CLOUDFLARE_API_TOKEN` and authenti
34
34
Other required environment variables include the following:
35
35
-`INFLUX_URL` - InfluxDB URL
36
36
-`INFLUX_DATABASE` - InfluxDB database (bucket) name
37
-
-`INFLUX_METRIC_NAME` - InfluxDB metric name
37
+
-`INFLUX_METRIC_NAME` - InfluxDB metric name
38
+
39
+
After setting up secrets, you can push your code to Github and worker will be deployed to production environment automatically.
0 commit comments