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
|
pull: never
|
||||||
settings:
|
settings:
|
||||||
source: public/
|
source: public/
|
||||||
target: /site/dennogumi.org/
|
target: /site/
|
||||||
recursive: true
|
recursive: true
|
||||||
exclude: [".gitignore", ".gitadd"]
|
exclude: [".gitignore", ".gitadd"]
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -33,8 +33,8 @@ steps:
|
||||||
- name: permissions and cleanup
|
- 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/
|
||||||
- rm -f /site/dennogumi.org/.gitadd /site/dennogumi.org/.gitignore
|
- rm -f /site/.gitadd /site/.gitignore
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
path: /site
|
path: /site
|
||||||
|
@ -57,4 +57,4 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
host:
|
host:
|
||||||
path: /tmp/
|
path: /srv/www/htdocs/dennogumi.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue