Let's switch things over
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
0b78cf32a5
commit
07cd457c52
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ steps:
|
|||
pull: never
|
||||
settings:
|
||||
source: public/
|
||||
target: /site/dennogumi.org/
|
||||
target: /site/
|
||||
recursive: true
|
||||
exclude: [".gitignore", ".gitadd"]
|
||||
volumes:
|
||||
|
@ -33,8 +33,8 @@ steps:
|
|||
- name: permissions and cleanup
|
||||
image: alpine
|
||||
commands:
|
||||
- chown -R $NGINX_UID:$NGINX_ID /site/dennogumi.org
|
||||
- rm -f /site/dennogumi.org/.gitadd /site/dennogumi.org/.gitignore
|
||||
- chown -R $NGINX_UID:$NGINX_ID /site/
|
||||
- rm -f /site/.gitadd /site/.gitignore
|
||||
volumes:
|
||||
- name: site
|
||||
path: /site
|
||||
|
@ -57,4 +57,4 @@ steps:
|
|||
volumes:
|
||||
- name: site
|
||||
host:
|
||||
path: /tmp/
|
||||
path: /srv/www/htdocs/dennogumi.org
|
||||
|
|
Loading…
Add table
Reference in a new issue