Prevent rollback of successful deployments
ci / test (push) Successful in 39s Details
ci / deploy (push) Successful in 2m0s Details

This commit is contained in:
Hayajiro 2023-11-19 23:12:53 +01:00
parent 74f5215123
commit 7a91f2c091
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Deploy - name: Deploy
run: nix develop --command deploy run: nix develop --command deploy --rollback-succeeded false
env: env:
ACTION_RUNTIME_TOKEN: '' ACTION_RUNTIME_TOKEN: ''
GITHUB_TOKEN: '' GITHUB_TOKEN: ''