Compare commits

..

11 commits

Author SHA1 Message Date
Bruno BELANYI 70a023df7a fixup! fixup! build: makefile: add deploy step
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-08 17:14:08 +02:00
Bruno BELANYI 324c0cc77d fixup! fixup! build: makefile: add deploy step 2021-08-08 17:14:08 +02:00
Bruno BELANYI 0cee06c573 fixup! 445b879afa 2021-08-08 17:13:04 +02:00
Bruno BELANYI 0986c64a80 fixup! build: makefile: add deploy step
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-08 16:58:18 +02:00
Bruno BELANYI 1a2dd074cb fixup! ci: use exec runner 2021-08-08 16:58:15 +02:00
Bruno BELANYI ff389ba1fa nix: add rsync to dev shell
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-08 16:45:53 +02:00
Bruno BELANYI cd808f311a nix: add openssh to dev shell
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-08 16:43:33 +02:00
Bruno BELANYI 445b879afa fixup! ci: use exec runner
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-08 16:41:13 +02:00
Bruno BELANYI 81c0fc89f3 build: makefile: change title on dev deployment 2021-08-08 16:37:32 +02:00
Bruno BELANYI 7295265a3e ci: use exec runner
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-08 16:24:45 +02:00
Bruno BELANYI ee916a506b build: makefile: add deploy step
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2021-08-08 16:23:51 +02:00

View file

@ -19,7 +19,7 @@ deploy:
then echo "Missing one of SSH_USER, SSH_HOST, or SSH_TARGET" >&2; \
exit 1; \
fi
rsync -e 'ssh -o StrictHostKeyChecking=no' --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$SSH_TARGET"
rsync --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$SSH_TARGET"
.PHONY: clean
clean: