@Jackpol you need to create those variables with fly secrets set
so that the env variables are created on your VM at runtime.
fly secrets set ALARM_HIGH="ON"
fly secrets set ALARM_LOW="ON"
…
See:
@Jackpol you need to create those variables with fly secrets set
so that the env variables are created on your VM at runtime.
fly secrets set ALARM_HIGH="ON"
fly secrets set ALARM_LOW="ON"
…
See: