Skip to content

Commit 3dbb44f

Browse files
0xW3bJun6l30xW3bJun6l3
authored andcommitted
auto workflow ui push
1 parent a385575 commit 3dbb44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deply.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
chmod 600 ~/.ssh/id_ed25519
3333
ssh-keyscan github.com >> ~/.ssh/known_hosts
3434
35-
- name: Clone Home Assistant Repository via SSH
35+
- name: Checkout Home Assistant Repository
3636
run: |
3737
git clone git@github.com:OpenGrow-Box/OpenGrowBox-HA.git ha-repo
3838
3939
- name: Copy Built File to HA Repo
4040
run: |
41-
rm -f ha-repo/custom_components/opengrowbox/frontend/static/static/js/main.js
41+
rm -f ha-repo/custom_components/opengrowbox/frontend/static/static/js/main.js # Altes main.js löschen
4242
cp frontend-repo/dist/assets/index*.js ha-repo/custom_components/opengrowbox/frontend/static/static/js/main.js
4343
4444
- name: Commit and Push Changes

0 commit comments

Comments
 (0)