mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 20:05:23 +02:00
fix(swarm): failed to deploy app template [BE-11385] (#138)
This commit is contained in:
parent
17c92343e0
commit
bc44056815
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue