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 Dec 9, 2024
1 parent 1b94e12 commit 2a998db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/inventorypresser-com-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
uses: garygrossgarten/github-action-ssh@release
with:
command: cd public_html/wp-content/plugins/inventory-presser && composer install
host: 131.153.207.156
username: rzjalis
host: ${{ secrets.ROCKET_NET_HOST }}
username: ${{ secrets.ROCKET_NET_USER }}
privateKey: ${{ secrets.ROCKET_NET_SSH_KEY_PRIVATE }}
- name: Run phpdoc-parser
uses: garygrossgarten/github-action-ssh@release
with:
command: cd public_html && wp parser create wp-content/plugins/inventory-presser/ --user=corey
host: 131.153.207.156
username: rzjalis
host: ${{ secrets.ROCKET_NET_HOST }}
username: ${{ secrets.ROCKET_NET_USER }}
privateKey: ${{ secrets.ROCKET_NET_SSH_KEY_PRIVATE }}

0 comments on commit 2a998db

Please sign in to comment.