Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Automatically push configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Aug 30, 2023
1 parent ee90baa commit fa31552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
- name: Build requirements
run: |
sudo apt install -y protobuf-compiler
rm -rf backend/{configs,build}
make configs webapp-proto
git add backend/configs
git commit -am "Configs generated on $( date )"
git push
- name: Build and push Docker image for nodes
# id: build-and-push-backend
Expand Down

0 comments on commit fa31552

Please sign in to comment.