File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Build & Deploy to Frontend DEV
2
2
3
3
env :
4
- # 🖊️ EDIT your repository secrets to log into your OpenShift cluster and set up the context.
4
+ # EDIT your repository secrets to log into your OpenShift cluster and set up the context.
5
5
# See https://github.com/redhat-actions/oc-login#readme for how to retrieve these values.
6
6
# To get a permanent token, refer to https://github.com/redhat-actions/oc-login/wiki/Using-a-Service-Account-for-GitHub-Actions
7
7
OPENSHIFT_SERVER : ${{ secrets.OPENSHIFT_SERVER }}
8
8
OPENSHIFT_TOKEN : ${{ secrets.OPENSHIFT_TOKEN }}
9
- # 🖊️ EDIT to set the kube context's namespace after login. Leave blank to use your user's default namespace.
9
+ # EDIT to set the kube context's namespace after login. Leave blank to use your user's default namespace.
10
10
OPENSHIFT_NAMESPACE_DEV : ${{ secrets.IOSAS_NAMESPACE_NO_ENV }}-dev
11
11
OPENSHIFT_NAMESPACE_TEST : ${{ secrets.EDX_NAMESPACE_NO_ENV }}-test
12
12
16
16
CERTIFICATE : ${{ secrets.CERT }}
17
17
PRIVATE_KEY : ${{ secrets.PRIV_KEY }}
18
18
19
- # 🖊️ EDIT to change the image registry settings.
19
+ # EDIT to change the image registry settings.
20
20
# Registries such as GHCR, Quay.io, and Docker Hub are supported.
21
21
IMAGE_REGISTRY : ghcr.io/${{ github.repository_owner }}
22
22
IMAGE_REGISTRY_USER : ${{ github.actor }}
52
52
# SITE_URL: dev-ecc-iosas.apps.silver.devops.gov.bc.ca
53
53
54
54
on :
55
- push :
56
- branches :
57
- - main-dev
55
+ workflow_dispatch :
58
56
59
57
jobs :
60
58
build-and-deploy-dev :
You can’t perform that action at this time.
0 commit comments