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 59ff89f commit ceeed42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/inventorypresser-com-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Deploy using rsync to server
- name: Deploy to Rocket.net
uses: burnett01/rsync-deployments@4.1
uses: burnett01/rsync-deployments@7.0.1
with:
# -v: verbose
# -z: compress files during transfer
Expand Down

0 comments on commit ceeed42

Please sign in to comment.