From e972daf77e54679c0e0f196ef6a80628fce0fe44 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Fri, 19 Jan 2024 15:38:55 +0100 Subject: [PATCH] commented out drone CI --- .drone.yml | 98 +++++++++++++++++++++++++++--------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/.drone.yml b/.drone.yml index 157e8a9..7db5f16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,50 +1,50 @@ -kind: pipeline -type: docker -name: default -#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ] +# kind: pipeline +# type: docker +# name: default -steps: - - name: Version check - image: plugins/hugo - commands: - - echo "Checking Hugo version." - - hugo version - - echo "Checking folder" - - ls - - echo "Checking theme" - - cd themes - - ls - - echo "Checking ananke" - - cd ananke - - ls - - name: submodule fetch - image: drone/git - commands: - - git submodule update --init --recursive - - name: checking theme was fetched - image: plugins/hugo - commands: - - cd themes - - cd ananke - - ls - - name: Build - image: plugins/hugo - settings: - validate: true - extended: true - config: ./hugo.toml - - name: check Build - image: plugins/hugo - commands: - - ls - - cd public - - ls - - name: Deploy - image: plugins/hugo - environment: - AWS_ACCESS_KEY_ID: - from_secret: AWS_ACCESS_KEY_ID - AWS_SECRET_ACCESS_KEY: - from_secret: AWS_SECRET_ACCESS_KEY - commands: - - hugo deploy --config hugo.toml \ No newline at end of file + +# steps: +# - name: Version check +# image: plugins/hugo +# commands: +# - echo "Checking Hugo version." +# - hugo version +# - echo "Checking folder" +# - ls +# - echo "Checking theme" +# - cd themes +# - ls +# - echo "Checking ananke" +# - cd ananke +# - ls +# - name: submodule fetch +# image: drone/git +# commands: +# - git submodule update --init --recursive +# - name: checking theme was fetched +# image: plugins/hugo +# commands: +# - cd themes +# - cd ananke +# - ls +# - name: Build +# image: plugins/hugo +# settings: +# validate: true +# extended: true +# config: ./hugo.toml +# - name: check Build +# image: plugins/hugo +# commands: +# - ls +# - cd public +# - ls +# - name: Deploy +# image: plugins/hugo +# environment: +# AWS_ACCESS_KEY_ID: +# from_secret: AWS_ACCESS_KEY_ID +# AWS_SECRET_ACCESS_KEY: +# from_secret: AWS_SECRET_ACCESS_KEY +# commands: +# - hugo deploy --config hugo.toml \ No newline at end of file