Skip to content

Commit

Permalink
Merge branch 'ci/migrate_doc_server' into 'master'
Browse files Browse the repository at this point in the history
chore: Migrated doc preview server

See merge request application/esp-at!1617
  • Loading branch information
xcguang committed Oct 12, 2024
2 parents 7b9487c + ec0a553 commit c93b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deploy_docs_preview:
variables:
TYPE: "preview"
DOCS_BUILD_DIR: "${CI_PROJECT_DIR}/docs/_build/"
DOCS_DEPLOY_PRIVATEKEY: "$DOCS_PREVIEW_DEPLOY_KEY"
DOCS_DEPLOY_PRIVATEKEY: "$DOCS_PREVIEW_PRIVATEKEY"
DOCS_DEPLOY_SERVER: "$DOCS_PREVIEW_SERVER"
DOCS_DEPLOY_SERVER_USER: "$DOCS_PREVIEW_SERVER_USER"
DOCS_DEPLOY_PATH: "$DOCS_PREVIEW_PATH"
Expand Down

0 comments on commit c93b430

Please sign in to comment.