fix(swarm): failed to deploy app template [BE-11385] (#135)
parent
025a409ab5
commit
64b5d1df2d
|
@ -52,7 +52,7 @@ export async function createSwarmStackFromGit({
|
||||||
}: SwarmGitRepositoryPayload) {
|
}: SwarmGitRepositoryPayload) {
|
||||||
try {
|
try {
|
||||||
const { data } = await axios.post<Stack>(
|
const { data } = await axios.post<Stack>(
|
||||||
buildCreateUrl('standalone', 'repository'),
|
buildCreateUrl('swarm', 'repository'),
|
||||||
payload,
|
payload,
|
||||||
{
|
{
|
||||||
params: { endpointId: environmentId },
|
params: { endpointId: environmentId },
|
||||||
|
|
Loading…
Reference in New Issue