Skip to content

Commit d05da1e

Browse files
Update deploy.yml with absolute paths to scripts
1 parent 6008dba commit d05da1e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ 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-
cd ${{ vars.SSH_PROJECT_ROOT }}
100-
sh deployment/update_and_deploy.sh ${{ github.event.inputs.version }}
101-
cd ${{ vars.SSH_PROJECT_DUMMY_SCRIPT_ROOT }}
102-
sh move_dummyassets.sh
99+
sh /home/${{ secrets.RLMM_USERNAME }}/deployment/update_and_deploy.sh ${{ github.event.inputs.version }}
100+
sh /home/${{ secrets.RLMM_USERNAME }}/move_dummyassets.sh
103101
104102
- name: Send webhook result
105103
if: github.event.inputs.send_webhook

0 commit comments

Comments
 (0)