This commit is contained in:
@ -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/
|
||||
target: /dist/
|
||||
path_style: true
|
Reference in New Issue
Block a user