Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodg committed Jul 4, 2023
1 parent 4873ee1 commit c502453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
make publish version=${VERSION} deploy_name=${DEPLOY_NAME} \
registry=$CONTAINER_REGISTRY
- name: Update deployment file
run: TAG=${VERSION} && sed -i 's|<VERSION>|'${TAG}'|' $GITHUB_WORKSPACE/config/values.yaml
- name: Update values file
run: |
TAG=${VERSION} && sed -i 's|<VERSION>|'${TAG}'|' $GITHUB_WORKSPACE/config/values.yaml
- name: Save DigitalOcean kubeconfig with short-lived credentials
run: doctl kubernetes cluster kubeconfig save --expiry-seconds 600 $CLUSTER
Expand Down
4 changes: 2 additions & 2 deletions config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ target: "digitalocean"
deployments:
dashboard:
# leave as base for example
container: ghcr.io/rodg/nodecg-base
version: latest
container: registry.digitalocean.com/rods-registry/nodecg
version: <VERSION>
port: 9090
rtmp:
controller: null
Expand Down

0 comments on commit c502453

Please sign in to comment.