You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's an old version of the activation script. Prior to running the deploy I added echo calls for debugging, and they're not in the deployed script, even after running a deploy multiple times. What's odd is there is no error reported, every time the deployment appears to be successful, but nothing actually changes on the remote.
Abridged version of my flake.nix, in case it's helpful.
Note: --skip-checks is there since deploy is run from an x86_64 machine, and the target is an ARM server.
The text was updated successfully, but these errors were encountered:
Every time I run a deploy, the activation script run on the remote is from an old version of the Flake I'm deploying.
Here is a deployment log:
If I look at the file
/nix/store/8l0ch348lkpyrhk9ahap5mgsz13h8n9b-activatable-foo
from this line:It's an old version of the activation script. Prior to running the deploy I added
echo
calls for debugging, and they're not in the deployed script, even after running a deploy multiple times. What's odd is there is no error reported, every time the deployment appears to be successful, but nothing actually changes on the remote.Abridged version of my flake.nix, in case it's helpful.
Note:
--skip-checks
is there sincedeploy
is run from an x86_64 machine, and the target is an ARM server.The text was updated successfully, but these errors were encountered: