Skip to content

Commit

Permalink
Merge branch 'master' of github.com:neurostuff/neurostore into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 19, 2024
2 parents bccab28 + 93e4b9b commit 2227c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
ssh [email protected] '
cd /var/www/neurostore &&
git fetch origin --unshallow && # Fetch full history if shallow clone
git fetch origin && # Fetch full history
git fetch --all && # Fetch all branches and their histories
git reset --hard origin/staging &&
git clean -fd
Expand Down

0 comments on commit 2227c1d

Please sign in to comment.