Update deploy-rs workflrow
This commit is contained in:
parent
629dde37b1
commit
94e0f5ee0e
1 changed files with 2 additions and 1 deletions
|
@ -96,6 +96,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
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 commit -am \"[ACTIONS] deploy-rs updates (`date +%Y-%m-%d`)\"
|
||||||
git push
|
git push
|
||||||
"
|
"
|
||||||
|
@ -106,4 +107,4 @@ jobs:
|
||||||
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
|
||||||
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Deployment Failed'
|
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Deployment Failed'
|
||||||
notification_message: 'Your deployment has failed. Check Forgejo.'
|
notification_message: 'Your deployment has failed. Check Forgejo.'
|
||||||
name: "Send Notification - Failure"
|
name: "Send Notification - Failure"
|
||||||
|
|
Loading…
Reference in a new issue