We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feea653 commit bc3cc3cCopy full SHA for bc3cc3c
1 file changed
.github/workflows/testing.yml
@@ -16,6 +16,8 @@ jobs:
16
host: docs.bernardomg.com
17
secrets:
18
url: ${{ secrets.DEPLOY_DOCS_DEVELOP_SITE }}
19
+ port: ${{ secrets.DEPLOY_DOCS_DEVELOP_PORT }}
20
+ path: ${{ secrets.DEPLOY_DOCS_DEVELOP_PATH }}
21
username: ${{ secrets.DEPLOY_DOCS_DEVELOP_USER }}
22
password: ${{ secrets.DEPLOY_DOCS_DEVELOP_PASSWORD }}
23
@@ -28,5 +30,7 @@ jobs:
28
30
29
31
32
url: ${{ secrets.DEPLOY_DOCS_SITE }}
33
+ port: ${{ secrets.DEPLOY_DOCS_PORT }}
34
+ path: ${{ secrets.DEPLOY_DOCS_PATH }}
35
username: ${{ secrets.DEPLOY_DOCS_USER }}
36
password: ${{ secrets.DEPLOY_DOCS_PASSWORD }}
0 commit comments