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 a385575 commit 3dbb44fCopy full SHA for 3dbb44f
.github/workflows/deply.yaml
@@ -32,13 +32,13 @@ jobs:
32
chmod 600 ~/.ssh/id_ed25519
33
ssh-keyscan github.com >> ~/.ssh/known_hosts
34
35
- - name: Clone Home Assistant Repository via SSH
+ - name: Checkout Home Assistant Repository
36
run: |
37
git clone git@github.com:OpenGrow-Box/OpenGrowBox-HA.git ha-repo
38
39
- name: Copy Built File to HA Repo
40
41
- rm -f ha-repo/custom_components/opengrowbox/frontend/static/static/js/main.js
+ rm -f ha-repo/custom_components/opengrowbox/frontend/static/static/js/main.js # Altes main.js löschen
42
cp frontend-repo/dist/assets/index*.js ha-repo/custom_components/opengrowbox/frontend/static/static/js/main.js
43
44
- name: Commit and Push Changes
0 commit comments