Skip to content

Commit

Permalink
Update ssh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Nov 7, 2023
1 parent 54f39a4 commit 522fcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: |
echo "$SSH_PRIVATE_KEY" > deploy_key
chmod 600 deploy_key
ssh -o StrictHostKeyChecking=no -i deploy_key forgeapi@10.225.0.216 'bash -l -c "cd /opt/forge-api/current; RACK_ENV=main bundle exec rake -T"'
ssh -o StrictHostKeyChecking=no -i deploy_key root@10.225.0.216 'bash -l -c "cd /opt/forge-api/current; RACK_ENV=main bundle exec rake -T"'

0 comments on commit 522fcac

Please sign in to comment.