Skip to content

Commit

Permalink
Merge pull request #1 from rodg/deploy
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
rodg committed Jul 4, 2023
2 parents 5d2a6fe + e97334b commit 9883c0b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ name: Build and publish manually
on:
push:
branches:
- deploy
paths:
- 'config/**'
- 'docker/**'
- 'nodecg/**'
- '.github/workflows/**'
- main

env:
IMAGE_NAME: nodecg
Expand Down Expand Up @@ -60,7 +55,7 @@ jobs:
- name: Deploy to DigitalOcean Kubernetes
run: |
helm install $RELEASE_NAME marathon-charts/nodecg-chart -f ./config/values.yaml
helm upgrade $RELEASE_NAME marathon-charts/nodecg-chart -f ./config/values.yaml
# - name: Verify deployment
# run: kubectl rollout status deployment/nodecg-test --timeout=60s
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.env
nodecg/cfg/*
temp
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# nodecg-automation
# Nodecg Automation
Empty file added nodecg/bundles/.empty_directory
Empty file.

0 comments on commit 9883c0b

Please sign in to comment.