File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
packages/portainer-stack-redeploy/src Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,11 @@ jobs:
35
35
file : ./apps/ally-personal/Dockerfile
36
36
tags : rjhilgefort/ally-personal:latest
37
37
38
- - name : Build GitHub Action
38
+ - name : Build Monorepo Packages
39
39
run : |
40
40
npm install
41
- npm run --workspace=@repo/portainer-stack-redeploy-action build
41
+ npm run build
42
42
43
- # https://github.com/wirgen/portainer-stack-redeploy-action/tree/v1.1
44
- # https://app.swaggerhub.com/apis/portainer/portainer-ce/2.27.1#/stacks/StackUpdate
45
43
- name : Deploy to Portainer
46
44
uses : ./packages/portainer-stack-redeploy-action
47
45
with :
Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ const Effect_logString =
56
56
return Effect . succeed ( x )
57
57
}
58
58
59
+ /**
60
+ * @url https://github.com/wirgen/portainer-stack-redeploy-action/tree/v1.1
61
+ * @url https://app.swaggerhub.com/apis/portainer/portainer-ce/2.27.1#/stacks/StackUpdate
62
+ */
59
63
export const portainerStackRedeploy = async ( params : {
60
64
host : string
61
65
accessToken : string
You can’t perform that action at this time.
0 commit comments