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
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
branch: [ master ]
|
||||
branch: [ main ]
|
||||
|
||||
- name: Deploy dev.ad5001.eu
|
||||
image: appleboy/drone-scp
|
||||
|
@ -39,7 +39,7 @@ steps:
|
|||
source: public/*
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
branch: [ master ]
|
||||
branch: [ main ]
|
||||
|
||||
- name: Build ad5001.eu
|
||||
image: plugins/hugo
|
||||
|
|
Loading…
Reference in a new issue