From 97dd2ebdf4642c14ce46fbf7c9989e89937c03bb Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 9 Feb 2022 21:22:22 +0100 Subject: [PATCH] recipe envfile --- .env | 1 + .podmen/git@localhost/app2/config | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .env create mode 100644 .podmen/git@localhost/app2/config diff --git a/.env b/.env new file mode 100644 index 0000000..fcf7eeb --- /dev/null +++ b/.env @@ -0,0 +1 @@ +export FOO=bar # used for development diff --git a/.podmen/git@localhost/app2/config b/.podmen/git@localhost/app2/config new file mode 100644 index 0000000..6531b77 --- /dev/null +++ b/.podmen/git@localhost/app2/config @@ -0,0 +1,5 @@ +export server='localhost' +export port='2222' +export user='git' +export gitpath='/home/git/app2' +export appname='app2'