From 4a2dbb4f3f30b1eba43819223621fb42a2c17ba7 Mon Sep 17 00:00:00 2001 From: nfel Date: Sun, 1 Dec 2024 17:20:44 +0330 Subject: [PATCH] main: env Signed-off-by: nfel --- .gitea/workflows/mainnet-setup.yaml | 49 +++++++++++++++-------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/.gitea/workflows/mainnet-setup.yaml b/.gitea/workflows/mainnet-setup.yaml index 9781e03..8aa5550 100644 --- a/.gitea/workflows/mainnet-setup.yaml +++ b/.gitea/workflows/mainnet-setup.yaml @@ -20,27 +20,28 @@ jobs: USERNAME: ${{ env.MN1_USER }} PASSWORD: ${{ env.MN1_PASS }} steps: - - uses: actions/checkout@v4 - with: - token: 5b011e0389d2a368a2796152040c2e4817fddef2 - path: ./src - submodules: recursive - - name: copy file via ssh password - uses: appleboy/scp-action@v0.1.7 - with: - host: ${{ matrix.HOST }} - username: ${{ matrix.USERNAME }} - password: ${{ matrix.PASSWORD }} - port: ${{ matrix.PORT }} - source: "src/modules/node-setup" - target: "~/NodeSetup/" - - name: deploying via ssh - uses: appleboy/ssh-action@v1.0.3 - with: - host: ${{ matrix.HOST }} - username: ${{ matrix.USERNAME }} - password: ${{ matrix.PASSWORD }} - port: ${{ matrix.PORT }} - script: | - cd NodeSetup - ls -ashlR ./ + - run: echo ${{ matrix.PASSWORD }} + # - uses: actions/checkout@v4 + # with: + # token: 5b011e0389d2a368a2796152040c2e4817fddef2 + # path: ./src + # submodules: recursive + # - name: copy file via ssh password + # uses: appleboy/scp-action@v0.1.7 + # with: + # host: ${{ matrix.HOST }} + # username: ${{ matrix.USERNAME }} + # password: ${{ matrix.PASSWORD }} + # port: ${{ matrix.PORT }} + # source: "src/modules/node-setup" + # target: "~/NodeSetup/" + # - name: deploying via ssh + # uses: appleboy/ssh-action@v1.0.3 + # with: + # host: ${{ matrix.HOST }} + # username: ${{ matrix.USERNAME }} + # password: ${{ matrix.PASSWORD }} + # port: ${{ matrix.PORT }} + # script: | + # cd NodeSetup + # ls -ashlR ./