ci: upload build as artifact
93d7d22726 — Simon Ser
292.2 KiB | download » |
view log » | |
setup | view log » |
build | view log » |
lint | view log » |
deploy | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
[#1426576] 2025/02/10 13:09:10 Booting image alpine/edge (default) on port 22649 [#1426576] 2025/02/10 13:09:10 Waiting for guest to settle [#1426576] 2025/02/10 13:09:20 Sending tasks [#1426576] 2025/02/10 13:09:22 Sending build environment [#1426576] 2025/02/10 13:09:22 Sending secrets [#1426576] 2025/02/10 13:09:22 Resolving secret 7a146c8e-aeb4-46e7-99bf-05af7486bbe9 [#1426576] 2025/02/10 13:09:23 Installing packages Warning: Permanently added '[localhost]:22649' (ED25519) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz OK: 453 MiB in 138 packages Warning: Permanently added '[localhost]:22649' (ED25519) to the list of known hosts. (1/13) Installing ca-certificates (20241121-r1) (2/13) Installing ada-libs (2.9.2-r2) (3/13) Installing icu-data-en (74.2-r0) Executing icu-data-en-74.2-r0.post-install (4/13) Installing icu-libs (74.2-r0) * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (5/13) Installing simdjson (3.12.0-r0) (6/13) Installing simdutf (5.7.1-r0) (7/13) Installing nodejs (22.13.1-r1) (8/13) Installing npm (10.9.1-r0) (9/13) Installing lz4-libs (1.10.0-r0) (10/13) Installing popt (1.19-r4) (11/13) Installing libxxhash (0.8.3-r0) (12/13) Installing rsync (3.4.1-r0) (13/13) Installing rsync-openrc (3.4.1-r0) Executing busybox-1.37.0-r14.trigger Executing ca-certificates-20241121-r1.trigger OK: 517 MiB in 151 packages [#1426576] 2025/02/10 13:09:25 Cloning repositories Cloning into 'gamja'... + cd gamja + git checkout -q 93d7d22726caf3c8ca34ad380dad41208734bbff + cd gamja + git submodule update --init --recursive [#1426576] 2025/02/10 13:09:26 Running task setup [#1426576] 2025/02/10 13:09:31 Running task build [#1426576] 2025/02/10 13:09:33 Running task lint [#1426576] 2025/02/10 13:09:35 Running task deploy [#1426576] 2025/02/10 13:09:36 Uploading gamja/gamja.tar.gz [#1426576] 2025/02/10 13:09:36 https://s3.sr.ht/builds.sr.ht/artifacts/~emersion/1426576/93949627dc0a2c61/gamja.tar.gz |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
+ cd gamja + npm install --include=dev added 249 packages, and audited 250 packages in 5s 110 packages are looking for funding run `npm fund` for details 3 vulnerabilities (1 high, 2 critical) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
+ cd gamja + npm run build > build > parcel build 78Building... Bundling... Packaging & Optimizing... ✨ Built in 951ms dist/index.html 574 B 113ms dist/manifest.webmanifest 99 B 84ms dist/index.953868ce.css 10.4 kB 95ms dist/index.c561dcc6.js 150.98 kB 258ms + tar -czf gamja.tar.gz -C dist . |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
+ cd gamja/dist ++ git rev-parse HEAD ++ git rev-parse origin/master + '[' 93d7d22726caf3c8ca34ad380dad41208734bbff = 93d7d22726caf3c8ca34ad380dad41208734bbff ']' + rsync '--rsh=ssh -o StrictHostKeyChecking=no' -rP --delete --exclude=config.json . deploy-gamja@sheeta.emersion.fr:/srv/http/gamja Warning: Permanently added 'sheeta.emersion.fr' (ED25519) to the list of known hosts. sending incremental file list index.953868ce.css 700 6% 0.00kB/s 0:00:00 10,384 100% 9.24MB/s 0:00:00 (xfr#1, to-chk=5/7) index.953868ce.css.map 700 2% 683.59kB/s 0:00:00 28,746 100% 27.41MB/s 0:00:00 (xfr#2, to-chk=4/7) index.c561dcc6.js 700 0% 683.59kB/s 0:00:00 150,964 100% 143.97MB/s 0:00:00 (xfr#3, to-chk=3/7) index.c561dcc6.js.map 1,016 0% 992.19kB/s 0:00:01 1,034,441 100% 986.52MB/s 0:00:00 (xfr#4, to-chk=2/7) index.html 540 100% 527.34kB/s 0:00:00 540 100% 527.34kB/s 0:00:00 (xfr#5, to-chk=1/7) manifest.webmanifest 99 100% 96.68kB/s 0:00:00 99 100% 96.68kB/s 0:00:00 (xfr#6, to-chk=0/7) |