feat: Create image pipeline

This commit is contained in:
Wanjohi
2025-06-04 13:50:06 +03:00
parent e67a8d2b32
commit 0124af1b70
9 changed files with 289 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ export const apiService = new sst.aws.Service("Api", {
transform: {
taskDefinition: (args) => {
const volumes = $output(args.volumes).apply(v => {
const next = [...v, {
const next = [...(v || []), {
name: "shared-tmp",
dockerVolumeConfiguration: {
scope: "shared",