Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed Sep 18, 2023
1 parent 0c2c868 commit 165f3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/1-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if test -e ../.secrets
then source ../.secrets
else echo "missing .secrets - you should generate it"
echo "to generate it, set .env variables from .env.dist then execute task secrets"
echo "otherwise, just touch env-github but be aware it will try to rebuild all the clusters (good luck)"
echo "otherwise, just touch .secrets but be aware it will try to rebuild all the clusters (good luck)"
fi

# recode the id_rsa if setup
Expand Down

0 comments on commit 165f3bb

Please sign in to comment.