mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-06-13 04:59:10 +00:00
add cicd
This commit is contained in:
Vendored
+2
-1
@@ -150,6 +150,7 @@ testcontainers.reuse.enable=true'''
|
||||
sh """
|
||||
export namespace=${namespace}
|
||||
export allowed_origins=${props.allowed_origins}
|
||||
export ingress_host=${props.ingress_host}
|
||||
export jwt_secret_key=${props.jwt_secret_key}
|
||||
export postgres_user=${props.postgres_user}
|
||||
export postgres_password=${props.postgres_password}
|
||||
@@ -183,4 +184,4 @@ testcontainers.reuse.enable=true'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user