Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit a0c742a

Browse files
FabianUntermoserjomunker
authored andcommitted
feat(ci): run deployment after images were pushed
1 parent 0ae9db7 commit a0c742a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy-vm.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Deploy Docker Images
22

33
on:
4-
pull_request:
4+
workflow_run:
5+
workflows:
6+
- "Build and Push Web Docker Image"
7+
- "Build and Push CMS Docker Image"
8+
types:
9+
- completed
510
branches:
611
- main
712
- development
813
- feature/deployment-vm # TODO: remove temporary branch for testing
9-
paths:
10-
- web/**
11-
- cms/**
12-
- '.env'
13-
- '**compose.**.yml'
1414

1515
jobs:
1616
deploy:

0 commit comments

Comments
 (0)