Skip to content

Commit

Permalink
Updates inventorypresser-com-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano authored Nov 26, 2024
1 parent 739494e commit a49e0d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/inventorypresser-com-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
remote_host: ${{ secrets.ROCKET_NET_HOST }}
remote_user: ${{ secrets.ROCKET_NET_USER }}
remote_key: ${{ secrets.ROCKET_NET_SSH_KEY_PRIVATE }}
- name: Install dependencies
uses: garygrossgarten/github-action-ssh@release
with:
command: cd public_html/wp-content/inventory-presser && composer install
host: 131.153.207.156
username: rzjalis
privateKey: ${{ secrets.ROCKET_NET_SSH_KEY_PRIVATE }}

0 comments on commit a49e0d7

Please sign in to comment.