diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/reconfigure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reconfigure b/src/reconfigure index e9d8529..09685ee 100755 --- a/src/reconfigure +++ b/src/reconfigure @@ -37,8 +37,10 @@ fi if [ "$DRY_RUN" = true ]; then ACTION=build + DEPLOY_OPT=-n else ACTION=reconfigure + DEPLOY_OPT= fi cd /opt/server @@ -46,3 +48,5 @@ git fetch git checkout "$SHA" guix system -v3 "$ACTION" src/guix/system.scm + +cicd add $DEPLOY_OPT /srv/git/*.git |