Skip to content

Commit 9ebc377

Browse files
authored
fix(actions)!: documentation.yml
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
1 parent 47f9fef commit 9ebc377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
ssh-private-key: ${{ secrets.AITSYS_SSH }}
101101
- name: Publish on server
102102
continue-on-error: true
103-
run: ssh -o StrictHostKeyChecking=no -T root@80.152.135.241 -f 'cd /var/www/dcs-ext.aitsys.dev/docs && git pull -f && service apache2 restart'
103+
run: ssh -o StrictHostKeyChecking=no -T root@80.152.135.241 -f 'cd /var/www/dcs.aitsys.dev/ext-docs && git pull -f && service apache2 restart'

0 commit comments

Comments
 (0)