Skip to content

Commit

Permalink
Merge pull request #94 from serlo/uberspace-force-git-checkout
Browse files Browse the repository at this point in the history
ci: force git checkout on Uberspace
  • Loading branch information
hugotiburtino authored Oct 15, 2024
2 parents 91d2ed0 + b7fe25e commit 88f1dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /home/${{ env.REMOTE_USER }}/serlo-editor-as-lti-tool/
git checkout ${{ github.ref_name }}
git checkout --force ${{ github.ref_name }}
git pull
yarn
yarn build
Expand Down

0 comments on commit 88f1dc6

Please sign in to comment.