diff --git a/deploy.sh b/deploy.sh index a72e83b..688313e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -14,4 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/jcloud/htdocs/simple/text-table \ No newline at end of file +python3 -m build +scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/jcloud/htdocs/simple/config-parser \ No newline at end of file