Skip to content

Commit d046cbb

Browse files
Update deploy.yml
1 parent 79ced35 commit d046cbb

1 file changed

Lines changed: 4 additions & 19 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to official Bastyon site
1+
name: Deploy to docs.bastyon.com
22

33
on:
44
workflow_dispatch:
@@ -28,7 +28,7 @@ jobs:
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
@@ -38,21 +38,6 @@ jobs:
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 *

0 commit comments

Comments
 (0)