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

This commit is contained in:
Adsooi 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 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