Update .gitea/workflows/main.yml

This commit is contained in:
2026-03-23 20:40:08 +00:00
parent b5b73db35e
commit 28afe50fdf

View File

@@ -26,11 +26,11 @@ jobs:
- node_name: "Node 1" - node_name: "Node 1"
host: '193.123.103.129' host: '193.123.103.129'
port: '22' port: '22'
password: "VoF)1}=gO!PWMe#GU;6lD='8" # Altere aqui password: ${{ secrets.NODE1_PASSWORD }} # Altere aqui
- node_name: "Node 3" - node_name: "Node 3"
host: '148.116.109.49' host: '148.116.109.49'
port: '22' port: '22'
password: 'iuhSIUH17g!#iu!g@#!edkjqag@#' # Altere aqui password: ${{ secrets.NODE3_PASSWORD }} # Altere aqui
steps: steps:
- name: 📥 Baixar artefatos - name: 📥 Baixar artefatos