File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Deploy to official Bastyon site
1+ name : Deploy to docs.bastyon.com
22
33on :
44 workflow_dispatch :
2828 retention-days : 1
2929
3030 deploy_docs_bastyon_com :
31- runs-on : docs.bastyon.com
31+ runs-on : [ docs.bastyon.com ]
3232 needs : build_vue
3333 steps :
3434 - name : Download artifacts
3838 path : ./dist
3939 - name : Copy artifacts
4040 run : |
41- rm -rf /data/docs/*
42- cp -r ./dist/* /data/docs/
43- rm -rf *
44-
45- deploy_docs_pocketnet_app :
46- runs-on : docs.bastyon.com
47- needs : build_vue
48- steps :
49- - name : Download artifacts
50- uses : actions/download-artifact@v4
51- with :
52- name : dist
53- path : ./dist
54- - name : Copy artifacts
55- run : |
56- rm -rf /data/documentation/*
57- cp -r ./dist/* /data/documentation/
41+ rm -rf /data/docs.bastyon.com/*
42+ cp -r ./dist/* /data/docs.bastyon.com/
5843 rm -rf *
You can’t perform that action at this time.
0 commit comments