chore: Rename the update task to update

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-05-23 15:22:32 +03:00
parent cf7ed12ebf
commit 3685647138
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -9,8 +9,8 @@
@stop:
sudo docker-compose rm -f -s
# Pull the new patch Forgejo version [aliases: u]
@update_patch: stop && run
# Pull the new patch and minor of Forgejo [aliases: u]
@update: stop && run
sudo docker rmi -f $(sudo docker images -q -f reference=codeberg.org/forgejo/forgejo)
# Restart the instance
@ -29,7 +29,7 @@ alias r := run
[private]
alias s := stop
[private]
alias u := update_patch
alias u := update
[private]
alias b := backup