Compare commits

..

2 Commits

Author SHA1 Message Date
4eaf26e19e removing compiled assets from git
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-24 16:47:13 +02:00
f94f70e7bc test cicd 2024-09-24 16:46:53 +02:00
4 changed files with 8932 additions and 3 deletions

View File

@ -20,7 +20,7 @@ steps:
PLUGIN_VERIFY: false PLUGIN_VERIFY: false
PLUGIN_HOSTNAME: sftp://test.deligraph.com PLUGIN_HOSTNAME: sftp://test.deligraph.com
PLUGIN_SRC_DIR: / PLUGIN_SRC_DIR: /
PLUGIN_DEST_DIR: /home/testdeligraph/test PLUGIN_DEST_DIR: /home/testdeligraph/www/wp-content/themes/Deligraph-v3
PLUGIN_AUTO_CONFIRM: true PLUGIN_AUTO_CONFIRM: true
PLUGIN_DEBUG: true PLUGIN_DEBUG: true
PLUGIN_ONLY_NEWER: true PLUGIN_ONLY_NEWER: true

2
.gitignore vendored
View File

@ -8,8 +8,6 @@ Makefile
Makefile_dev Makefile_dev
Makefile_prod Makefile_prod
init_script.sh init_script.sh
/css
/js
.env .env
.env_dev .env_dev
.env_prod .env_prod

3943
css/app.css Normal file

File diff suppressed because it is too large Load Diff

4988
js/app.js Normal file

File diff suppressed because it is too large Load Diff