Skip to content

Commit

Permalink
Set ssh key permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
worace committed Feb 26, 2019
1 parent d25b249 commit d240598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ else
echo "$VERSION tag does not exist in GitHub. Will push it."
# By default Travis provides the HTTPS github remote,
# but we have a Deploy SSH key so we need to use the SSH one instead
chmod 0600 ~/.ssh/id_rsa
git remote rm origin
git remote add origin git@github.com:Factual/geo.git
git tag $VERSION
Expand Down

0 comments on commit d240598

Please sign in to comment.