diff --git a/.gitea/workflows/deploy-test6.yaml b/.gitea/workflows/deploy-test6.yaml new file mode 100644 index 0000000..a75bd7d --- /dev/null +++ b/.gitea/workflows/deploy-test6.yaml @@ -0,0 +1,28 @@ +name: Deploy Test6 +run-name: Deploy Test6 + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + env: + ENV_TMPFILE: /tmp/nexus-deploy-env + DEPLOY_PATH: /home/test + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: main + - name: Test heredoc + run: | + HOST_OWNER_PASSWORD="testpass" + cat > "${ENV_TMPFILE}" <