Skip to content

Commit

Permalink
Merge pull request #272 from G7DAO/checkenv-version-lock
Browse files Browse the repository at this point in the history
Lock checkenv version
  • Loading branch information
kompotkot authored Jan 9, 2025
2 parents 96cfc17 + aa16ec6 commit e75b89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/deploy/deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd "${EXEC_DIR}"
echo
echo
echo -e "${PREFIX_INFO} Install checkenv"
HOME=/home/ubuntu /usr/local/go/bin/go install github.com/bugout-dev/checkenv@latest
HOME=/home/ubuntu /usr/local/go/bin/go install github.com/bugout-dev/checkenv@v0.0.4

if [ ! -d "${SECRETS_DIR}" ]; then
mkdir "${SECRETS_DIR}"
Expand Down

0 comments on commit e75b89a

Please sign in to comment.