diff --git a/.drone.yml b/.drone.yml index 7c12b77..efaf2f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,6 @@ kind: pipeline type: docker name: build-and-deploy -platform: - os: linux - arch: arm64 - steps: - name: build image: node:lts-bullseye @@ -23,4 +19,5 @@ steps: secret_key: from_secret: s3_secret_key source: dist/**/* - target: /dist/ \ No newline at end of file + target: /dist/ + path_style: true \ No newline at end of file