diff --git a/.drone.yml b/.drone.yml index 72582ac..75d49a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,10 @@ name: nomad-nummer5 platform: os: linux arch: arm64 + + +environment: + TARGET_HOST: "test.chaos" steps: - name: test @@ -12,3 +16,4 @@ steps: commands: - echo hello - echo world + - echo $TARGET_HOST