Skip to content
Snippets Groups Projects
Verified Commit 5b150fdf authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Use harbor image and add gitignore for public folder

parent 182a1485
Branches
No related tags found
No related merge requests found
Pipeline #17095 canceled
/public
\ No newline at end of file
...@@ -16,9 +16,8 @@ build: ...@@ -16,9 +16,8 @@ build:
prod-ftp: prod-ftp:
stage: deploy stage: deploy
image: ubuntu:focal image: harbor.sch.bme.hu/kszk/lftp
script: script:
- apt-get update && apt-get install -y lftp ca-certificates
- lftp -e "set dns:order 'inet inet6'; - lftp -e "set dns:order 'inet inet6';
mirror -R public/ site/kszk/ ; quit" mirror -R public/ site/kszk/ ; quit"
-u $FTP_USER,$FTP_PASS $FTP_HOST -u $FTP_USER,$FTP_PASS $FTP_HOST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment