thepopebot 1.2.53 → 1.2.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thepopebot",
3
- "version": "1.2.53",
3
+ "version": "1.2.55",
4
4
  "type": "module",
5
5
  "description": "Create autonomous AI agents with a two-layer architecture: Next.js Event Handler + Docker Agent.",
6
6
  "bin": {
@@ -5,7 +5,7 @@ on:
5
5
  branches: [main]
6
6
 
7
7
  concurrency:
8
- group: deploy
8
+ group: rebuild
9
9
  cancel-in-progress: true
10
10
 
11
11
  jobs:
@@ -87,6 +87,8 @@ jobs:
87
87
  run: |
88
88
  cd /project
89
89
  docker compose pull event-handler
90
+ docker stop thepopebot-event-handler || true
91
+ docker rm thepopebot-event-handler || true
90
92
  docker compose up -d event-handler
91
93
 
92
94
  - name: Rebuild in new container
@@ -4,7 +4,7 @@ on:
4
4
  workflow_dispatch:
5
5
 
6
6
  concurrency:
7
- group: deploy
7
+ group: upgrade
8
8
  cancel-in-progress: true
9
9
 
10
10
  jobs: