diff options
author | hyang <hyang@hyang.xyz> | 2023-08-26 19:39:28 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-26 19:39:28 -0700 |
commit | cf1c558143548bb447a5485ee546c39ec27cd863 (patch) | |
tree | e634d109898cebc95950048e26f9c71d7eb21357 /.drone.yml | |
parent | 19d662f289fbe2eea57728e31b3cdb96733f7a3e (diff) |
update
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ steps: HUGO_ENV: production - name: deploy - image: golang + image: nginx commands: - - ls + - mv public /usr/share/nginx/html |