-
Notifications
You must be signed in to change notification settings - Fork 1
147 lines (147 loc) · 4.24 KB
/
release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
#name: Release new version of the portal
#run-name: ${{ github.actor }} is releasing a new version
#on:
# push:
# branches:
# - 'main'
# - 'build-and-publish-docker-images'
#jobs:
#
# upload-config-to-s3:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
#
# - uses: jakejarvis/s3-sync-action@master
# with:
# args: --acl private --follow-symlinks --delete
# env:
# AWS_S3_BUCKET: biodiversiteitsportaal-dev-config
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# AWS_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
#
# upload-branding-to-s3:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: jakejarvis/s3-sync-action@master
# with:
# args: --acl public-read --follow-symlinks --delete
# env:
# AWS_S3_BUCKET: biodiversiteitsportaal-dev-branding
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# AWS_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
#
# build-and-push-ala-hub-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: ala-hub
#
# build-and-push-bie-hub-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: bie-hub
#
# build-and-push-bie-index-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: bie-index
#
# build-and-push-biocache-service-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: biocache-service
#
# build-and-push-cas-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: cas
#
# build-and-push-cas-apikey-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: cas-apikey
#
# build-and-push-cas-management-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: cas-management
#
# build-and-push-collections-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: collections
#
# build-and-push-images-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: images
#
# build-and-push-regions-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: regions
#
# build-and-push-spatial-hub-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: spatial-hub
#
# build-and-push-spatial-service-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: spatial-service
#
# build-and-push-species-list-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: species-list
#
# build-and-push-userdetails-docker-image:
# runs-on: [ self-hosted ]
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/build-and-push-docker-image
# with:
# name: userdetails