Compare commits

...

3 Commits
master ... pr

Author SHA1 Message Date
Maxime BATISTA 522cff3102 Merge branch 'master' of https://codefirst.iut.uca.fr/git/maxime.batista/codefirst-docdeployer into pr
continuous-integration/drone/push Build was killed Details
2 years ago
Maxime BATISTA fcac050092 Merge branch 'master' of https://codefirst.iut.uca.fr/git/maxime.batista/codefirst-docdeployer into pr
continuous-integration/drone/push Build was killed Details
2 years ago
Maxime BATISTA 0416f3d3a9 prepared to PR
continuous-integration/drone/push Build is failing Details
2 years ago

@ -23,7 +23,7 @@ steps:
dockerfile: Dockerfile
context: .
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
repo: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
username:
from_secret: SECRET_REGISTRY_USERNAME
password:

@ -1,5 +1,5 @@
FROM debian:bookworm
LABEL author="Maxime Batista"
LABEL author="Thomas Bellembois"
RUN apt update && apt -y install sshpass rsync doxygen nodejs npm xdot xdotool

@ -4,7 +4,7 @@ Usage:
```yml
steps:
- name: swagger-doc
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
commands:
- /entrypoint.sh <arguments>
```

Loading…
Cancel
Save