Another attempt at removing bad files
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fb1a416bb1
commit
1ef80d8814
1 changed files with 2 additions and 1 deletions
|
@ -30,10 +30,11 @@ steps:
|
||||||
- name: site
|
- name: site
|
||||||
path: /site
|
path: /site
|
||||||
|
|
||||||
- name: permissions
|
- name: permissions and cleanup
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- chown -R $NGINX_UID:$NGINX_ID /site/dennogumi.org
|
- chown -R $NGINX_UID:$NGINX_ID /site/dennogumi.org
|
||||||
|
- rm -f /site/dennogumi.org/.gitadd /site/dennogumi.org/.gitignore
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
path: /site
|
path: /site
|
||||||
|
|
Loading…
Add table
Reference in a new issue