We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec3ac3 commit 8a66c4eCopy full SHA for 8a66c4e
.github/workflows/release.actions.yml
@@ -1,6 +1,8 @@
1
name: Release CI
2
3
on:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
workflow_dispatch:
7
branches:
8
- main
deploy/openshift/code-quarkus.yaml
@@ -4,10 +4,6 @@ kind: Template
metadata:
name: code-quarkus
objects:
- - kind: ConfigMap
- apiVersion: v1
9
- metadata:
10
- name: code-quarkus-registry
11
12
kind: DeploymentConfig
13
@@ -105,9 +101,6 @@ objects:
105
101
name: secrets
106
102
key: segment-write-key
107
103
optional: true
108
- envFrom:
109
- - configMapRef:
110
111
104
triggers:
112
- type: ConfigChange
113
- kind: Service
0 commit comments