Moving to a locally built image for faster deployment
This commit is contained in:
parent
e944046b00
commit
a4b46080f9
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@ name: Deploy
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: python:latest
|
||||
image: nikola:0.0.1
|
||||
volumes:
|
||||
- name: blog-path
|
||||
path: /drone/src/output/
|
||||
|
@ -15,7 +15,6 @@ steps:
|
|||
GID:
|
||||
from_secret: gid
|
||||
commands:
|
||||
- pip install 'Nikola[extras]'
|
||||
- nikola build
|
||||
- chown -R "$UID":"$GID" output/*
|
||||
|
||||
|
|
Reference in a new issue