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 6008dba commit d05da1eCopy full SHA for d05da1e
.github/workflows/deploy.yml
@@ -96,10 +96,8 @@ jobs:
96
# Not using deployment/move_dummyassets.sh for now
97
# If that file ever changes, also update the file on the server
98
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
+ sh /home/${{ secrets.RLMM_USERNAME }}/deployment/update_and_deploy.sh ${{ github.event.inputs.version }}
+ sh /home/${{ secrets.RLMM_USERNAME }}/move_dummyassets.sh
103
104
- name: Send webhook result
105
if: github.event.inputs.send_webhook
0 commit comments