Update README.md make deployment -> make deploy

This commit is contained in:
Boris Manojlovic
2023-05-24 10:02:10 +02:00
committed by GitHub
parent 15ece0e2ad
commit 3e898a9b61
+2 -2
View File
@@ -5,7 +5,7 @@
make
sed -i s/localhost/myshinydomain.tld/g env.txt
make prepare
make deployment
make deploy
```
# Understanding way
@@ -45,5 +45,5 @@ Please run after reading all this:
make
# edit env.txt or use sed as in TLDR section :)
make prepare
make deployment
make deploy
```