This commit is contained in:
parent
6f023813be
commit
2cee10af94
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ steps:
|
||||||
url: https://dev.ad5001.eu
|
url: https://dev.ad5001.eu
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
branch: [ master ]
|
branch: [ main ]
|
||||||
|
|
||||||
- name: Deploy dev.ad5001.eu
|
- name: Deploy dev.ad5001.eu
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
@ -39,7 +39,7 @@ steps:
|
||||||
source: public/*
|
source: public/*
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
branch: [ master ]
|
branch: [ main ]
|
||||||
|
|
||||||
- name: Build ad5001.eu
|
- name: Build ad5001.eu
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
|
|
Loading…
Reference in a new issue