diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 0063f055..9998ecbf 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -96,6 +96,7 @@ jobs: run: | ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \ " + cd /etc/nixos/git git commit -am \"[ACTIONS] deploy-rs updates (`date +%Y-%m-%d`)\" git push " @@ -106,4 +107,4 @@ jobs: gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Deployment Failed' notification_message: 'Your deployment has failed. Check Forgejo.' - name: "Send Notification - Failure" \ No newline at end of file + name: "Send Notification - Failure"