Skip to content

Commit

Permalink
fix(Debian): Upload debian package to correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Apr 18, 2022
1 parent eb4f7a7 commit 1eb366b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ repoupdate:
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
script:
- ssh www-data@repository 'rm -rf /var/www/repository.salamek.cz/cache/deb/priv/all/gitlab-tools*.deb'
- scp deb_dist/*.deb www-data@repository:/var/www/repository.salamek.cz/cache/deb/priv/all
- ssh www-data@repository '/var/www/repository.salamek.cz/deb-priv-update.sh'
- ssh www-data@repository 'rm -rf /var/www/repository.salamek.cz/cache/deb/pub/all/gitlab-tools*.deb'
- scp deb_dist/*.deb www-data@repository:/var/www/repository.salamek.cz/cache/deb/pub/all
- ssh www-data@repository '/var/www/repository.salamek.cz/deb-pub-update.sh'
dependencies:
- package:debian
tags:
Expand Down

0 comments on commit 1eb366b

Please sign in to comment.