Skip to content

Commit 4d7ddbb

Browse files
committed
Update deploy.yml
1 parent f354033 commit 4d7ddbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
password: ${{ secrets.FTP_PASSWORD }}
3333
port: ${{ secrets.FTP_PORT }}
3434
source: "build/*"
35-
target: "/var/www/html/chezza-docs/"
35+
target: "/var/www/html/docs_chezza/"
3636
strip_components: 1
3737

3838
- name: 🛠️ Setze Datei-Besitzer auf www-data
@@ -43,4 +43,4 @@ jobs:
4343
password: ${{ secrets.FTP_PASSWORD }}
4444
port: ${{ secrets.FTP_PORT }}
4545
script: |
46-
chown -R www-data:www-data /var/www/html/chezza-docs/
46+
chown -R www-data:www-data /var/www/html/docs_chezza/

0 commit comments

Comments
 (0)