mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
hop
This commit is contained in:
parent
6419111937
commit
6d9faf31c4
3 changed files with 14 additions and 5 deletions
|
@ -12,7 +12,7 @@ export backup_laptop_archive_path="/home/poule/backup/encrypted"
|
|||
|
||||
|
||||
export WORKFLOW_PATH=~/Nextcloud/ressources/workflow_nextcloud
|
||||
export WORKFLOW_PATH_PUBLIC=~/Nextcloud/ressources/workflow_nextcloud/public_workflow/
|
||||
export WORKFLOW_PATH_PUBLIC=~/Nextcloud/ressources/workflow_nextcloud/public_workflow
|
||||
export WORKFLOW_PATH_ROOT=/home/$main_user/Nextcloud/ressources/workflow_nextcloud
|
||||
export ALIASES_PATH=$WORKFLOW_PATH/install/.bash_custom_aliases
|
||||
# fichiers orgmode, wiki personnel
|
||||
|
@ -26,7 +26,7 @@ export HOME_OF_SCRIPTS=$www_folder/scripts
|
|||
export stockage_syncable_folder=/home/poule/encrypted/stockage-syncable
|
||||
|
||||
# dossier où stocker les projets de dev
|
||||
export www_folder=$stockage_syncable_folder/www/development/html/
|
||||
export www_folder=$stockage_syncable_folder/www/development/html
|
||||
|
||||
export node_version_expected=20
|
||||
|
||||
|
@ -83,4 +83,4 @@ exclude_opts=()
|
|||
|
||||
export exclude_opts
|
||||
|
||||
bash ./variables.sh
|
||||
bash $WORKFLOW_PATH_PUBLIC/variables.sh
|
Loading…
Add table
Add a link
Reference in a new issue