Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
w3irdrobot committed Jul 27, 2022
1 parent 4539c57 commit f7eef94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Deploying to [fly.io](https://fly.io/) can be easily done using the [`flyctl`](h
# view regions here: https://fly.io/docs/reference/regions/
flyctl launch \
--generate-name \
--image w3irdrobot/voltageautounlock:1.0.1 \
--image w3irdrobot/voltageautounlock:1.0.2 \
--region ord \
--no-deploy

Expand Down Expand Up @@ -76,7 +76,7 @@ docker run -it \
To deploy from source, download [the latest binary](https://github.com/w3irdrobot/voltageautounlock/releases/latest) for the system this service will be run on. Set the necessary environment variables and run the binary.

```shell
curl -Lo voltageunlock.tar.gz https://github.com/w3irdrobot/voltageautounlock/releases/download/1.0.1/voltageautounlock_1.0.1_linux_amd64.tar.gz
curl -Lo voltageunlock.tar.gz https://github.com/w3irdrobot/voltageautounlock/releases/download/1.0.2/voltageautounlock_1.0.2_linux_amd64.tar.gz
tar -xzf voltageunlock.tar.gz
export VOLTAGE_NODE_API=<insert Node API URL>
export VOLTAGE_WEBHOOK_SECRET=<insert webhook secret>
Expand Down

0 comments on commit f7eef94

Please sign in to comment.