From 94e0f5ee0ea4513b5477d605fc04cf5320a1f7b7 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 16 Feb 2024 09:35:01 +0900 Subject: [PATCH] Update deploy-rs workflrow --- .forgejo/workflows/deploy-rs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"