diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index e495c43..3dc64d0 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -12,13 +12,12 @@ host: steps: - name: build and publish image: mcr.microsoft.com/dotnet/core/sdk:2.2 + volumes: + - name: output + path: /output commands: - curl -sL https://deb.nodesource.com/setup_12.x | bash - - apt-get install -y nodejs - chmod +x ./build.sh - ./build.sh - volumes: - - name: output - path: /output - commands: - cp -r ./output/* /output \ No newline at end of file