Skip to content

Commit

Permalink
Deploy latest version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino authored Jul 5, 2023
1 parent bdd3fcf commit 2cde764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: Install tuerschloss service
hosts: all
vars:
github_release: v0.0.0-test5
github_release: v0.1.0
tasks:
- name: Install dependencies
package:
Expand All @@ -44,7 +44,7 @@
system: true
- name: Download binary
get_url:
url: "https://github.com/kalkspace/tuerschloss/releases/download/{{ github_release }}/tuerschloss"
url: "https://github.com/kalkspace/tuerschloss/releases/download/{{ github_release }}/tuerschloss-aarch64-unknown-linux-gnu"
dest: "/usr/local/bin/tuerschloss"
mode: 0775
owner: tuerschloss
Expand Down

0 comments on commit 2cde764

Please sign in to comment.