diff options
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 |