chore: Rename the update task to update
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
cf7ed12ebf
commit
3685647138
1 changed files with 3 additions and 3 deletions
6
Justfile
6
Justfile
|
@ -9,8 +9,8 @@
|
||||||
@stop:
|
@stop:
|
||||||
sudo docker-compose rm -f -s
|
sudo docker-compose rm -f -s
|
||||||
|
|
||||||
# Pull the new patch Forgejo version [aliases: u]
|
# Pull the new patch and minor of Forgejo [aliases: u]
|
||||||
@update_patch: stop && run
|
@update: stop && run
|
||||||
sudo docker rmi -f $(sudo docker images -q -f reference=codeberg.org/forgejo/forgejo)
|
sudo docker rmi -f $(sudo docker images -q -f reference=codeberg.org/forgejo/forgejo)
|
||||||
|
|
||||||
# Restart the instance
|
# Restart the instance
|
||||||
|
@ -29,7 +29,7 @@ alias r := run
|
||||||
[private]
|
[private]
|
||||||
alias s := stop
|
alias s := stop
|
||||||
[private]
|
[private]
|
||||||
alias u := update_patch
|
alias u := update
|
||||||
[private]
|
[private]
|
||||||
alias b := backup
|
alias b := backup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue