mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
ci: update publish-docs.yml
This commit is contained in:
parent
4907279dd7
commit
f963ea50d4
6
.github/workflows/publish-docs.yml
vendored
6
.github/workflows/publish-docs.yml
vendored
@ -11,6 +11,10 @@ jobs:
|
|||||||
name: Domain Watchdog Documentation
|
name: Domain Watchdog Documentation
|
||||||
url: https://domainwatchdog.eu
|
url: https://domainwatchdog.eu
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: docs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -33,7 +37,7 @@ jobs:
|
|||||||
port: 2004
|
port: 2004
|
||||||
username: deploy
|
username: deploy
|
||||||
key: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
|
key: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
|
||||||
source: "dist/*"
|
source: "docs/dist/*"
|
||||||
target: /var/www/domainwatchdog.eu/
|
target: /var/www/domainwatchdog.eu/
|
||||||
overwrite: true
|
overwrite: true
|
||||||
debug: true
|
debug: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user