diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..dc1207c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,31 @@ +kind: pipeline +type: docker +name: HyperSet + +trigger: + event: + - push + +steps: + + - name: hyperset-build + image: plugins/docker + settings: + dockerfile: Dockerfile + context: . + registry: hub.codefirst.iut.uca.fr + repo: hub.codefirst.iut.uca.fr/remi.arnal/hyper-set + username: + from_secret: registry_username + password: + from_secret: registry_password + + - name: hyperset-deployment + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/remi.arnal/hyper-set:latest + CONTAINERNAME: hyperset + COMMAND: create + OVERWRITE: true + ADMINS: aurianjault,raphaellacote,bastienjacquelin,remiarnal + depends_on : [hyperset-build] \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a0f4c14 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM httpd +COPY ./ /usr/local/apache2/htdocs/ \ No newline at end of file diff --git a/README.md b/README.md index 5624f99..6c760b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HyperSet ## Notes - +- [Website link](https://codefirst.iut.uca.fr/containers/HyperSet-hyperset) - [Project subject](https://codefirst.iut.uca.fr/git/cedric.bouhours/Projets_SAE_S4/src/branch/master/Projets/Projet_11.md) - [Original project website](https://sancy.iut.uca.fr/~lafourcade/hyper-set-reda/HyperSet/) diff --git a/index.html b/index.html new file mode 100644 index 0000000..842313c --- /dev/null +++ b/index.html @@ -0,0 +1,47 @@ + + + +
+ +