upd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-08-02 00:26:32 +10:00
parent 73610c52dd
commit 9b928a8052
2 changed files with 8 additions and 5 deletions

View File

@ -16,7 +16,10 @@ steps:
commands:
- cd /usr/share/$DRONE_REPO_NAME
- git pull origin master
# - name: docker-compose-rebuild
# commands:
# - cd /usr/share/$DRONE_REPO_NAME
# - docker compose up -d --build
- name: restart systemd unit
commands:
- systemctl restart webgl
when:
branch:
- master

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>My first three.js app</title>
<title>another three.js app</title>
<style>
body { margin: 0; }
</style>