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 22, 2024
1 parent 1c4fc92 commit 4495041
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/inventorypresser-com-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
inventorypresser-com-deploy:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- uses: garygrossgarten/github-action-ssh@release
- uses: actions/checkout@v2 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Deploy to Rocket.net
uses: garygrossgarten/github-action-ssh@release
with:
command: rsync -avz "$GITHUB_WORKSPACE" [email protected]:public_html/wp-content/plugins/inventory-presser
host: 131.153.207.156
Expand Down

0 comments on commit 4495041

Please sign in to comment.