Skip to content

Commit

Permalink
Update ssh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Oct 24, 2023
1 parent 49b9983 commit 9158cd1
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 malik.parvez@10.225.0.216 'bundle exec rake entitlements:grant[malikparvez,puppetlabs-cem,24-10-2024]'
ssh -o StrictHostKeyChecking=no -i deploy_key malik.parvez@10.225.0.216 'cd ~/opt/forge-api/current && bundle exec rake entitlements:grant[malikparvez,puppetlabs-cem,24-10-2024]'

0 comments on commit 9158cd1

Please sign in to comment.