Cleaned up workflow
This commit is contained in:
parent
fdadc28adb
commit
ced0f0c38e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
|
|
@ -32,4 +32,3 @@ jobs:
|
|||
- name: Connect to server
|
||||
run: |
|
||||
rsync -avz --delete -e "ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }}" dist/ ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:octubre/
|
||||
# ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT }} "cd octubre/ && git stash && git remote set-url origin https://github.com/PPDBTeam6-2023-2024/PPDB-Project.git && git pull origin main --rebase"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue