Skip to content

Commit

Permalink
ssh trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Nov 25, 2024
1 parent a946842 commit 9f44bbe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ jobs:
- name: TODO - trigger script on server to download artifact
run: echo 'Artifact URL is ${{ steps.upload-quick.outputs.artifact-url }}'

- name: trigger docs server to download artifact
uses: appleboy/[email protected]
with:
host: ${{ secrets.DOCS_HOST }}
username: docs
port: ${{ secrets.DOCS_PORT }}
key: ${{ secrets.DEPLOY_AUTH_KEY }}
script: /var/www/docs/deploy/deploy.sh en ${{ steps.upload-quick.outputs.artifact-id }} ${{ secrets.DOWNLOAD_TOKEN }}

- name: build pot files
run: sphinx-build -b gettext source locales/

Expand Down

0 comments on commit 9f44bbe

Please sign in to comment.