diff --git a/.drone.yml b/.drone.yml index 5045994..67b1f39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,10 @@ trigger: - push steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --recursive --remote - name: build-resume image: jshaver/root-browserless-chrome commands: @@ -27,7 +31,6 @@ steps: target: /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume prescript: - mkdir -p /var/www/jshaver_net/stage/${DRONE_BRANCH}/resume - - ls -lR dep recursive: true args: - "--files-from=deploy-list.txt" @@ -51,6 +54,10 @@ trigger: - push steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --recursive --remote - name: build-resume image: jshaver/root-browserless-chrome commands: