forked from quentin/quentin.dufour.io
Update Article “2023-04-17-automatiser-la-publication-des-artefacts”
This commit is contained in:
parent
7b97865cd2
commit
6336249c99
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ Et maintenant imaginons les commandes de base :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
alba static push -t albatros:0.9 publish/ s3://download.deuxfleurs.org/
|
alba static push -t albatros:0.9 publish/ s3://download.deuxfleurs.org/
|
||||||
alba docker push -t albatros:0.9 publish/ s3://registry.deuxfleurs.org/
|
alba s3docker push -t albatros:0.9 publish/ s3://registry.deuxfleurs.org/
|
||||||
|
alba docker push publish/ docker.io/dxflrs/albatros:0.9
|
||||||
```
|
```
|
||||||
|
|
||||||
On pourra imaginer d'avantage de commandes par la suite comme :
|
On pourra imaginer d'avantage de commandes par la suite comme :
|
||||||
|
|
Loading…
Reference in a new issue