Wrong branch name for CI.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2021-08-08 22:56:21 +02:00
parent 6f023813be
commit 2cee10af94
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -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