Skip to content

Commit

Permalink
ci: new server, new security
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 29, 2024
1 parent 7bc4431 commit 2120829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
script: |
sudo rm -rf ${{ secrets.SSH_TARGETDIR }}/* &>/dev/null
sudo mv ${{ secrets.SSH_SOURCEDIR }}/docs/* ${{ secrets.SSH_TARGETDIR }} &>/dev/null
sudo chown -R www-data:www-data ${{ secrets.SSH_TARGETDIR }}/* &>/dev/null
sudo chown -R ${{ secrets.SERVER_USERNAME }}:${{ secrets.SERVER_GROUP }} ${{ secrets.SSH_TARGETDIR }}/* &>/dev/null
sudo chmod -R 644 ${{ secrets.SSH_TARGETDIR }}/* &>/dev/null
sudo chmod 744 ${{ secrets.SSH_TARGETDIR }}/ &>/dev/null
script_stop: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (go-package-manager)

## 0.22.2
## 0.22.3

- **BREAKING CHANGE**: default AI model for Open AI is `gpt-4o-mini` now
- **BREAKING CHANGE**: default AI model for Ollama is `llama3.3` now
Expand Down

0 comments on commit 2120829

Please sign in to comment.