Files
kamal/test/integration/docker/deployer/update_app_rev.sh
Donal McBreen 326711a3e0 Fix aggressive prune breaking rollback
In the image prune command --all overrides --dangling=true. This removes
the image git sha image tag for the latest image which prevented
us from rolling back to it.

I've updated the integration test to now test deploy, redeploy and
rollback.
2023-05-05 12:13:14 +01:00

5 lines
78 B
Bash
Executable File

#!/bin/bash
git commit -am 'Update rev' --amend
git rev-parse HEAD > version