Skip to content

Commit afd255d

Browse files
authored
Merge branch '6.0' into overide_docs
2 parents c899a2b + abecbb7 commit afd255d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build_deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ name: Build and deploy Plone 6 documentation to 6.docs.plone.org
33
on:
44
push:
55
branches:
6-
- "6-dev"
76
- "6.0"
87

98
jobs:
109
build_deploy:
1110
runs-on: ubuntu-latest
11+
environment:
12+
name: docs.plone.org
13+
url: https://docs.plone.org
1214
steps:
1315
- uses: actions/checkout@v3
1416
- name: Setup Graphviz
@@ -67,9 +69,9 @@ jobs:
6769
with:
6870
flags: '-avzr --delete'
6971
options: ''
70-
ssh_options: '-p ${{secrets.DEPLOY_PORT}}'
72+
ssh_options: '-p ${{vars.DEPLOY_PORT}}'
7173
src: '_build/html/'
72-
dest: '${{secrets.DEPLOY_USER_DOCS}}@${{secrets.DEPLOY_SERVER_DOCS}}:${{secrets.DEPLOY_PATH_DOCS}}'
74+
dest: '${{vars.DEPLOY_USER_DOCS}}@${{vars.DEPLOY_SERVER_DOCS}}:${{vars.DEPLOY_PATH_DOCS}}'
7375

7476
- name: Display status from deploy
7577
run: echo "${{ steps.deploy.outputs.status }}"

0 commit comments

Comments
 (0)