Fix error in alpine image name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-14 00:38:31 -05:00
parent c7dc7e05be
commit a67a689a87

View File

@@ -16,7 +16,7 @@ steps:
- hugo --minify - hugo --minify
- name: Compress public folder - name: Compress public folder
image: alpine/latest image: alpine
commands: commands:
- tar -czvf deploy.tar.gz public/* - tar -czvf deploy.tar.gz public/*