Skip to content

Commit 9661599

Browse files
committed
Update GA deploy
1 parent 54d3883 commit 9661599

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build_deploy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ jobs:
2828
- name: Run linkcheck
2929
run: make linkcheck
3030

31-
# - name: Prepare deploy
32-
# run: make deploy
33-
#
34-
# - name: Deploy to server
35-
# id: deploy
36-
# uses: Pendect/[email protected]
37-
# env:
38-
# DEPLOY_KEY: ${{secrets.DEPLOY_KEY_TRAINING}}
39-
# with:
40-
# flags: '-avzr --delete'
41-
# options: ''
42-
# ssh_options: '-p ${{secrets.DEPLOY_PORT}}'
43-
# src: '_build/html/'
44-
# dest: '${{secrets.DEPLOY_USER_TRAINING}}@${{secrets.DEPLOY_SERVER_TRAINING}}:${{secrets.DEPLOY_PATH_TRAINING}}/5'
45-
#
46-
# - name: Display status from deploy
47-
# run: echo "${{ steps.deploy.outputs.status }}"
31+
- name: Prepare deploy
32+
run: make deploy
33+
34+
- name: Deploy to server
35+
id: deploy
36+
uses: Pendect/[email protected]
37+
env:
38+
DEPLOY_KEY: ${{secrets.DEPLOY_KEY_DOCS}}
39+
with:
40+
flags: '-avzr --delete'
41+
options: ''
42+
ssh_options: '-p ${{secrets.DEPLOY_PORT}}'
43+
src: '_build/html/'
44+
dest: '${{secrets.DEPLOY_USER_DOCS}}@${{secrets.DEPLOY_SERVER_DOCS}}:${{secrets.DEPLOY_PATH_DOCS}}'
45+
46+
- name: Display status from deploy
47+
run: echo "${{ steps.deploy.outputs.status }}"

0 commit comments

Comments
 (0)