Compare commits

..

No commits in common. "03a39ced7c8f60ae484243b0f7ed2201991c8be3" and "64742ec583cfbb2e70cb61f163f645d016917699" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: ssh
name: Homegrade | Déploiment du dev
name: default
clone:
disable: true
@ -28,7 +28,7 @@ steps:
- cd homegrade_theme_production
- npm run production
- name: Déploiement du thème
- name: Déploiement des blocks
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');
?>