File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff 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- 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+ 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 }}"
You can’t perform that action at this time.
0 commit comments