Compare commits

...

2 Commits

Author SHA1 Message Date
03a39ced7c test for deploiement
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-13 16:07:42 +02:00
9d50e27a2a renaming pipeline name 2024-09-13 16:07:30 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: ssh
name: default
name: Homegrade | Déploiment du dev
clone:
disable: true
@ -28,7 +28,7 @@ steps:
- cd homegrade_theme_production
- npm run production
- name: Déploiement des blocks
- name: Déploiement du thème
environment:
THEME_PATH:
from_secret: dev_server_theme_path

View File

@ -1,5 +1,5 @@
<?php get_header(); ?>
<p>.s</p>
<?php
get_template_part('template-components/notifications/notifications-popup');
?>