mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-06-20 01:44:43 +02:00
add folders and default variables
This commit is contained in:
parent
8d3b2cca0f
commit
eda5f5ca05
9 changed files with 81 additions and 0 deletions
4
initialization/init_workflow.sh
Normal file
4
initialization/init_workflow.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# mise en place du workflow
|
||||
#
|
6
initialization/secrets_example.sh
Normal file
6
initialization/secrets_example.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# variables à ne pas versionner
|
||||
#
|
||||
|
||||
export secret_key="bidule"
|
Loading…
Add table
Add a link
Reference in a new issue