Skip to content

Commit

Permalink
feat: setup ssh agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Apr 30, 2024
1 parent 5894e30 commit 30a6604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testnet_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
aws configure set default.region $AWS_DEFAULT_REGION
# Configure SSH
eval `ssh-agent -s`
ssh-add ~/.ssh/github_read
if [ -d "\$REPO_PATH/.git" ]; then
echo "Repository exists, pulling changes..."
cd \$REPO_PATH
Expand Down

0 comments on commit 30a6604

Please sign in to comment.