Skip to content

Commit

Permalink
Fix deployment action props passing
Browse files Browse the repository at this point in the history
Fix deployment action props passing
  • Loading branch information
almasen committed Dec 28, 2023
1 parent c2416ce commit f058e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Publish test coverage
uses: easingthemes/ssh-deploy@v2.1.4
env:
with:
SOURCE: "coverage"
TARGET: ${{ secrets.COVERAGE_DIR }}
REMOTE_HOST: ${{ secrets.SSH_HOST }}
Expand All @@ -132,7 +132,7 @@ jobs:

- name: Publish module documentation
uses: easingthemes/ssh-deploy@v2.1.4
env:
with:
SOURCE: "docs"
TARGET: ${{ secrets.DOCS_DIR }}
REMOTE_HOST: ${{ secrets.SSH_HOST }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Publish server components
uses: easingthemes/ssh-deploy@v2.1.4
env:
with:
SOURCE: "server/"
TARGET: ${{ secrets.DEPLOY_DIR }}
REMOTE_HOST: ${{ secrets.SSH_HOST }}
Expand Down

0 comments on commit f058e19

Please sign in to comment.