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 dockerfile: Dockerfile
context: . context: .
registry: hub.codefirst.iut.uca.fr 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: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:

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

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

Loading…
Cancel
Save