Skip to content

Commit

Permalink
Merge pull request #226 from almasen/dev
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
almasen committed Dec 28, 2023
2 parents 888a106 + 60a47db commit a8b36eb
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 14,129 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
Loading

0 comments on commit a8b36eb

Please sign in to comment.