diff --git a/.drone.yml b/.drone.yml index a0fd345..ea89f74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + +- name: restart systemd unit + commands: + - systemctl restart webgl + when: + branch: + - master \ No newline at end of file diff --git a/index.html b/index.html index 5d704af..33565ae 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - My first three.js app + another three.js app