This commit is contained in:
2025-02-03 13:39:38 +01:00
parent da594e8e8c
commit eb04b48e72

View File

@@ -1,3 +1,5 @@
on: [ push ]
jobs: jobs:
Deploy-DotEnv-To-Devel: Deploy-DotEnv-To-Devel:
runs-on: shell runs-on: shell
@@ -6,5 +8,5 @@ jobs:
shell: bash shell: bash
steps: steps:
- name: write secret to dotenv - name: write secret to dotenv
run: | run:
echo "Hello World !!" echo "Hello World !!"