diff options
| author | KunoiSayami <[email protected]> | 2021-10-24 23:25:39 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-10-24 23:25:39 +0800 |
| commit | d0e536ec9f19d85b42b77f3ba28ae0b1e719ac77 (patch) | |
| tree | b05469cc7319f4a61a2d10c3dc656a72bc2a2c32 /deploy.sh | |
| parent | 0bd9e63f7f333cf0c2ec0e272c269d62f0dda013 (diff) | |
feat(script): Require install dependencies while build packages
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,5 +4,5 @@ if [ $# -eq 0 ]; then exit 1 fi ARCH=$(/usr/bin/uname -m) -/usr/bin/rsync --partial -r --update --link --delete $DEPLOY_ARGS --exclude=.gitignore "packages/$ARCH" $1:/var/www/repo/ -echo "date +%s > /var/www/repo/$ARCH/LAST_SYNC" | /usr/bin/xargs /usr/bin/ssh $1 +/usr/bin/date +%s > "packages/$ARCH/LASTSYNC" +/usr/bin/rsync --partial -r --update --links --delete --exclude=.gitignore "packages/$ARCH" $1:/var/www/repo/ |
