Skip to content

Commit

Permalink
#3 moved swagger file to /documentation folder, added swagger plan
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Jun 27, 2023
1 parent 24d39da commit 1464828
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/swagger-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# /.github/workflows/integration-deploy.yml
# Warning: deletes all files on uberspace which are not in repo, use without --delete if unsure
name: Deploy integration
on:
push

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
uses: php-actions/composer@v6
with:
dev: no
args: --profile --ignore-platform-reqs --working-dir=code
- name: rsync deployments
uses: burnett01/[email protected]
with:
switches: -avzr
path: /documentation/swagger/
remote_path: /home/${{ secrets.UBERSPACE_USER }}/html/${{ secrets.SWAGGER }}
remote_host: ${{ secrets.UBERSPACE_HOST }}
remote_user: ${{ secrets.UBERSPACE_USER }}
remote_key: ${{ secrets.DEPLOY_KEY_PRIVATE }}
File renamed without changes.

0 comments on commit 1464828

Please sign in to comment.