Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
smltr committed Aug 19, 2024
1 parent a60c74c commit ca04900
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
run: |
mkdir -p ~/.ssh
if [ ! -f ~/.ssh/google_compute_engine ]; then
ssh-keygen -t rsa -f ~/.ssh/google_compute_engine -C "${{ secrets.GITHUB_ACTOR }}" -N ""
ssh-keygen -t rsa -f ~/.ssh/google_compute_engine -C "${{ github.actor }}" -N ""
fi
# Verify the key file
if [ ! -f ~/.ssh/google_compute_engine.pub ]; then
echo "SSH key file does not exist"
exit 1
Expand Down

0 comments on commit ca04900

Please sign in to comment.