Skip to content

Commit

Permalink
chore(build): add task sync
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Feb 12, 2024
1 parent 09b26bd commit 1b2f067
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ vars:
sh: "hostname | cut -f1 -d'.'"

tasks:
sync:
cmds:
- git pull --rebase origin main
- task: apply
- task: clean
release:
vars:
TAG:
Expand Down

0 comments on commit 1b2f067

Please sign in to comment.