Skip to content

Commit 5957391

Browse files
committed
testing gh actions
1 parent 37fc6e3 commit 5957391

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build_ally_personal.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ jobs:
3535
file: ./apps/ally-personal/Dockerfile
3636
tags: rjhilgefort/ally-personal:latest
3737

38-
- name: Build GitHub Action
38+
- name: Build Monorepo Packages
3939
run: |
4040
npm install
41-
npm run --workspace=@repo/portainer-stack-redeploy-action build
41+
npm run build
4242
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
4543
- name: Deploy to Portainer
4644
uses: ./packages/portainer-stack-redeploy-action
4745
with:

packages/portainer-stack-redeploy/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ const Effect_logString =
5656
return Effect.succeed(x)
5757
}
5858

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+
*/
5963
export const portainerStackRedeploy = async (params: {
6064
host: string
6165
accessToken: string

0 commit comments

Comments
 (0)