diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:42:08 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:42:08 -0700 |
commit | b30d8da939eb3310bdbe19b685fba867e62f7610 (patch) | |
tree | d8cc914313b3bef3f1c29935ceb8c5e080756467 /.drone.yml | |
parent | d2e27afdace9850bdc2dfcb3eaa9d07529021772 (diff) | |
download | tilde.club-b30d8da939eb3310bdbe19b685fba867e62f7610.tar.gz tilde.club-b30d8da939eb3310bdbe19b685fba867e62f7610.zip |
absolute html paths
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ steps: - name: build image: alpine commands: - - apk add git nodejs + - apk add git nodejs npm - sh compile.sh - apk add rsync openssh - sh deploy.sh |