Skip to content
Snippets Groups Projects
Commit 064115d7 authored by Marco De Donno's avatar Marco De Donno
Browse files

Add the pull and submodules sync in the Makefile

parent 746776f0
No related branches found
No related tags found
No related merge requests found
Pipeline #1676 passed
all: build push clean
all: pull sub build push clean
pull:
git pull
sub:
git submodule update --init --recursive
conf:
cp -r ./config/keys ./web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment