fixed ftp site

This commit is contained in:
Olivier Demers 2023-03-19 18:54:26 +00:00
parent 4b005449e2
commit 11f3f40bcb

View File

@ -31,7 +31,7 @@ deploy:
stage: deploy stage: deploy
script: script:
- echo "Deploy to server" - echo "Deploy to server"
- ncftpput -R -u "$ftp_user" -p "$ftp_pass" pls5618.com / build/* - ncftpput -R -u "$ftp_user" -p "$ftp_pass" pls5618.com /public_html build/*
environment: environment:
name: website name: website
url: http://pls5618.com url: http://pls5618.com