updated drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolas Trimborn 2023-03-02 10:34:52 +01:00
parent cfd6e080e5
commit 874c786b6f
1 changed files with 4 additions and 4 deletions

View File

@ -8,14 +8,14 @@ steps:
image: alpine/git
commands:
- cd themes
#- git submodule update --init --recursive
- git submodule update --force --recursive --init --remote
- git submodule update --init --recursive
#- git submodule update --force --recursive --init --remote
- name: build
image: klakegg/hugo:ext-ci
commands:
- cd themes/hugo-resume # && npm i && cd -
#- hugo --gc --minify --environment production
#- cd themes/hugo-resume # && npm i && cd -
- hugo --gc --minify --environment production
- name: deploy
image: appleboy/drone-scp