Skip to content

Commit 4253f92

Browse files
fix: correct path to deploy script
1 parent 28158b8 commit 4253f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Not using deployment/move_dummyassets.sh for now
9797
# If that file ever changes, also update the file on the server
9898
script: |
99-
sh /home/${{ secrets.RLMM_USERNAME }}/deployment/update_and_deploy.sh ${{ github.event.inputs.version }}
99+
sh /home/${{ secrets.RLMM_USERNAME }}/web_repo/deployment/update_and_deploy.sh ${{ github.event.inputs.version }}
100100
sh /home/${{ secrets.RLMM_USERNAME }}/move_dummyassets.sh
101101
102102
- name: Send webhook result

0 commit comments

Comments
 (0)