diff --git a/.drone.yml b/.drone.yml index e877904..aac7f06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,32 +4,33 @@ name: default steps: - - name: submodules - image: alpine/git - commands: - - git submodule update --init --recursive + # - name: submodules + # image: alpine/git + # commands: + # - git submodule update --init --recursive - name: build image: klakegg/hugo:ext-ci commands: - hugo + - echo "salut" - - name: docker build and push - image: plugins/docker - settings: -# cache_from: registry.sliceofbits.com/ipsen2backend:latest - username: - from_secret: username - password: - from_secret: password - repo: hugo-site - registry: dockerregistry.legaragenumerique.fr/ - tags: latest - when: - branch: - - master - event: - - push +# - name: docker build and push +# image: plugins/docker +# settings: +# # cache_from: registry.sliceofbits.com/ipsen2backend:latest +# username: +# from_secret: username +# password: +# from_secret: password +# repo: hugo-site +# registry: dockerregistry.legaragenumerique.fr/ +# tags: latest +# when: +# branch: +# - master +# event: +# - push # - name: deploy # image: appleboy/drone-scp @@ -42,6 +43,6 @@ steps: # password: # from_secret: ssh_password -# trigger: -# branch: -# - master \ No newline at end of file +trigger: + branch: + - master \ No newline at end of file