Skip to content

Commit

Permalink
add deploy for mantil mac binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Aug 27, 2021
1 parent d202db5 commit 011f41a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 42 deletions.
7 changes: 7 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash -e

root=$(git rev-parse --show-toplevel)

cd "$root/cmd/mantil"
go build
aws s3 cp mantil s3://mantil-downloads/mantil-osx
16 changes: 0 additions & 16 deletions scripts/get-federation-token-example.sh

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/policy.json

This file was deleted.

0 comments on commit 011f41a

Please sign in to comment.