Compare commits
No commits in common. "277259320ad4a8bc067c1eb1f3f2f4d8ee479a96" and "d38989f3023bbc92ecc0fb40c3c74e6c6527b3da" have entirely different histories.
277259320a
...
d38989f302
18
.drone.yml
18
.drone.yml
|
@ -144,24 +144,6 @@ steps:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
- name: deploy dpsgbergischland
|
|
||||||
image: drillster/drone-rsync
|
|
||||||
settings:
|
|
||||||
hosts: ['zoomyboy.de']
|
|
||||||
user: dpsgbergischland
|
|
||||||
source: ./
|
|
||||||
target: ~/adrema
|
|
||||||
exclude: ['.git']
|
|
||||||
key:
|
|
||||||
from_secret: deploy_private_key
|
|
||||||
script:
|
|
||||||
- cd ~/adrema
|
|
||||||
- /usr/bin/php8.1 artisan migrate --force
|
|
||||||
- sudo systemctl restart adremabl-queue
|
|
||||||
when:
|
|
||||||
branch: master
|
|
||||||
event: push
|
|
||||||
|
|
||||||
- name: github push
|
- name: github push
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -282,7 +282,7 @@ class Member extends Model implements Geolocatable
|
||||||
*/
|
*/
|
||||||
public function ageGroupMemberships(): HasMany
|
public function ageGroupMemberships(): HasMany
|
||||||
{
|
{
|
||||||
return $this->memberships()->isAgeGroup()->active();
|
return $this->memberships()->isAgeGroup();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function booted()
|
public static function booted()
|
||||||
|
|
Loading…
Reference in New Issue