File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,38 +11,38 @@ concurrency:
11
11
12
12
steps :
13
13
- name : assets
14
- image : owncloudci/alpine:latest
14
+ image : docker.io/ owncloudci/alpine
15
15
commands :
16
16
- make theme
17
17
18
18
- name : sync
19
- image : thegeeklab/git-batch:latest
19
+ image : quay.io/ thegeeklab/git-batch
20
20
commands :
21
21
- git-batch -vv
22
22
23
23
- name : build
24
- image : owncloudci/hugo:0.99.1
24
+ image : docker.io/ owncloudci/hugo:0.99.1
25
25
commands :
26
26
- hugo
27
27
28
28
- name : publish
29
- image : plugins/gh-pages:latest
29
+ image : docker.io/ plugins/gh-pages
30
30
settings :
31
31
pages_directory : public/
32
32
copy_contents : true
33
33
password :
34
34
from_secret : github_token
35
- target_branch : master
35
+ target_branch : gh-pages
36
36
username :
37
37
from_secret : github_username
38
38
delete : true
39
39
when :
40
40
ref :
41
- - refs/heads/source
41
+ - refs/heads/main
42
42
43
43
trigger :
44
44
ref :
45
- - refs/heads/source
45
+ - refs/heads/main
46
46
- refs/pull/**
47
47
48
48
...
Original file line number Diff line number Diff line change
1
+ .drone. *
Original file line number Diff line number Diff line change 1
1
# owncloud.github.io
2
2
3
- This repository is hosting the owncloud GitHub Page. You can find the latest version
4
- at [ https://owncloud.dev ] ( https://owncloud.dev )
3
+ This repository is hosting the owncloud GitHub Page. You can find the latest version at [ https://owncloud.dev ] ( https://owncloud.dev )
5
4
6
5
## License
7
6
You can’t perform that action at this time.
0 commit comments