Skip to content
Snippets Groups Projects
Commit a6780fff authored by Tim Repke's avatar Tim Repke
Browse files

change container

parent 6f0aabde
No related branches found
No related tags found
No related merge requests found
Pipeline #1307 failed
......@@ -19,6 +19,7 @@ pages:
script:
- hugo
artifacts:
expire_in: 1 day
paths:
- public
......@@ -28,4 +29,6 @@ upload:
- lftp --version
- ls -lisah
- ls -lisah public
- echo $FTP_USERNAME
- echo $FTP_HOSTNAME
- lftp -c "open -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOSTNAME; mirror -Renv public/ /var/www/nacsos-docs"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment