This commit is contained in:
@ -2,10 +2,6 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: build-and-deploy
|
name: build-and-deploy
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:lts-bullseye
|
image: node:lts-bullseye
|
||||||
@ -24,3 +20,4 @@ steps:
|
|||||||
from_secret: s3_secret_key
|
from_secret: s3_secret_key
|
||||||
source: dist/**/*
|
source: dist/**/*
|
||||||
target: /dist/
|
target: /dist/
|
||||||
|
path_style: true
|
Reference in New Issue
Block a user