Update .gitea/workflows/main.yml

This commit is contained in:
2026-03-23 23:54:26 +00:00
parent cd1fca9a97
commit 25d3cca38f

View File

@@ -26,15 +26,15 @@ jobs:
- node_name: "Node 1"
host: '193.123.103.129'
port: '22'
password: ${{ secrets.NODE1_PASSWORD }} # Altere aqui
password: ${{ secrets.NODE1_PASSWORD }}
- node_name: "Node 3"
host: '148.116.109.49'
port: '22'
password: ${{ secrets.NODE3_PASSWORD }} # Altere aqui
password: ${{ secrets.NODE3_PASSWORD }}
steps:
- name: 📥 Baixar artefatos
uses: actions/download-artifact@v3 # Alterado para v3 para compatibilidade com o Gitea
uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifact-name }}
path: ./builds