Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-sorrentino committed May 17, 2024
1 parent 56beed3 commit e6f6aad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ jobs:
- name: Deploy to Digital Ocean
run: |
ssh -i ~/.ssh/id_rsa [email protected] "cd /var/www/html/scidsg.org && git restore --source=HEAD --staged --worktree -- . && git reset HEAD -- && git clean -fd .&& git config pull.rebase false && git pull"
git restore --source=HEAD --staged --worktree -- .
git reset HEAD -- .
git clean -fd .
git config pull.rebase false
git pull

0 comments on commit e6f6aad

Please sign in to comment.