mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
removed the old upload script now that gitlab does the job
This commit is contained in:
parent
a5b58e4962
commit
c538cb0b2b
1 changed files with 0 additions and 11 deletions
11
upload.sh
11
upload.sh
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
source ./upload.name
|
||||
# flags:
|
||||
# -c makes sure uploads are based on file checksums
|
||||
# -i shows stats for every changed file
|
||||
# -I makes sure time differences aren't important
|
||||
# -l copies symlinks as symlinks
|
||||
# -p preserves permissions
|
||||
# -r recurses across directories
|
||||
# -z compresses files during transfer
|
||||
rsync -ciIlprz out/* $REMOTE_URL
|
Loading…
Add table
Reference in a new issue