File tree 5 files changed +719
-3
lines changed
5 files changed +719
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
skip_clone : true
5
5
6
+ labels :
7
+ zone : CLOUD
8
+
6
9
steps :
7
10
- name : Ansible playbook
8
11
image : itkdev/ansible-plugin:1
13
16
secret :
14
17
from_secret : secret
15
18
host :
16
- from_secret : host
19
+ from_secret : prod_host
17
20
path :
18
- from_secret : path
21
+ from_secret : prod_path
19
22
user :
20
23
from_secret : user
21
24
playbook : ' release'
Original file line number Diff line number Diff line change
1
+ when :
2
+ - branch : release/*
3
+ event : push
4
+
5
+ skip_clone : true
6
+
7
+ labels :
8
+ zone : CLOUD
9
+
10
+ steps :
11
+ - name : Run stg site update
12
+ image : itkdev/ansible-plugin:1
13
+ pull : true
14
+ settings :
15
+ id :
16
+ from_secret : id
17
+ secret :
18
+ from_secret : secret
19
+ host :
20
+ from_secret : stg_host
21
+ path :
22
+ from_secret : stg_path
23
+ user :
24
+ from_secret : user
25
+ actions :
26
+ - git reset --hard
27
+ - git fetch origin ${CI_COMMIT_BRANCH}
28
+ - git checkout ${CI_COMMIT_BRANCH}
29
+ - git pull
30
+ - itkdev-docker-compose-server up -d --force-recreate
31
+ - itkdev-docker-compose-server exec phpfpm composer install --no-dev -o --classmap-authoritative
32
+ - itkdev-docker-compose-server exec phpfpm bin/console cache:clear
Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ See [keep a changelog] for information about writing changes to this log.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.0.1] - 2025-03-12
12
+
13
+ ### Added
14
+
15
+ - Add labels to Woodpecker workflow
16
+ - Add stg Woodpecker workflow
17
+ - Add missing license
18
+
19
+ ### Updated
20
+
21
+ - Updated GitHub workflow images.
22
+
11
23
## [ 1.0.0] - 2024-12-13
12
24
13
25
### Added
@@ -28,5 +40,6 @@ See [keep a changelog] for information about writing changes to this log.
28
40
- Added multi-value filtering for Lactions and Organizations
29
41
30
42
[ keep a changelog ] : https://keepachangelog.com/en/1.1.0/
31
- [ unreleased ] : https://github.com/itk-dev/event-database-api/compare/main...develop
43
+ [ unreleased ] : https://github.com/itk-dev/event-database-api/compare/1.0.1...HEAD
44
+ [ 1.0.1 ] : https://github.com/itk-dev/event-database-api/releases/tag/1.0.1
32
45
[ 1.0.0 ] : https://github.com/itk-dev/event-database-api/releases/tag/1.0.0
You can’t perform that action at this time.
0 commit comments