Update Article “2023-04-17-automatiser-la-publication-des-artefacts”
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a1324308b8
commit
e2b1b7cc5e
1 changed files with 13 additions and 3 deletions
|
@ -34,11 +34,21 @@ nix build .#packages.i686-linux.docker.albatros -o publish/docker/linux/386/imag
|
|||
|
||||
Et maintenant imaginons les commandes de base :
|
||||
|
||||
```
|
||||
alba publish static -t albatros:0.9 publish/ s3://download.deuxfleurs.org/
|
||||
alba publish docker -t albatros:0.9 publish/ s3://registry.deuxfleurs.org/
|
||||
```bash
|
||||
alba static push -t albatros:0.9 publish/ s3://download.deuxfleurs.org/
|
||||
alba docker push -t albatros:0.9 publish/ s3://registry.deuxfleurs.org/
|
||||
```
|
||||
|
||||
On pourra imaginer d'avantage de commandes par la suite comme :
|
||||
|
||||
```bash
|
||||
alba static ls -t albatros s3://download.deuxfleurs.org
|
||||
alba static rm -t albatros:0.8 s3://download.deuxfleurs.org
|
||||
alba static gc -t albatros --keep 10 s3://download.deuxfleurs.org
|
||||
```
|
||||
|
||||
Mais c'est en dehors du périmètre pour le moment !
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue