Skip to content

Commit d72dc3f

Browse files
Change deployment script from deploy_rt.py to deploy.py
1 parent 35e0f91 commit d72dc3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-rt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
RT_TARGET_IP: ${{ secrets.RT_TARGET_IP }}
2727
RT_FTP_USER: ${{ secrets.RT_FTP_USER }}
2828
RT_FTP_PASS: ${{ secrets.RT_FTP_PASS }}
29-
run: python scripts/deploy_rt.py
29+
run: python scripts/deploy.py
3030

3131
- name: Notify on failure
3232
if: failure()

0 commit comments

Comments
 (0)