Skip to content

Commit bc3cc3c

Browse files
committed
Added missing secrets
1 parent feea653 commit bc3cc3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
host: docs.bernardomg.com
1717
secrets:
1818
url: ${{ secrets.DEPLOY_DOCS_DEVELOP_SITE }}
19+
port: ${{ secrets.DEPLOY_DOCS_DEVELOP_PORT }}
20+
path: ${{ secrets.DEPLOY_DOCS_DEVELOP_PATH }}
1921
username: ${{ secrets.DEPLOY_DOCS_DEVELOP_USER }}
2022
password: ${{ secrets.DEPLOY_DOCS_DEVELOP_PASSWORD }}
2123

@@ -28,5 +30,7 @@ jobs:
2830
host: docs.bernardomg.com
2931
secrets:
3032
url: ${{ secrets.DEPLOY_DOCS_SITE }}
33+
port: ${{ secrets.DEPLOY_DOCS_PORT }}
34+
path: ${{ secrets.DEPLOY_DOCS_PATH }}
3135
username: ${{ secrets.DEPLOY_DOCS_USER }}
3236
password: ${{ secrets.DEPLOY_DOCS_PASSWORD }}

0 commit comments

Comments
 (0)