Update .gitea/workflows/main.yml
This commit is contained in:
@@ -11,6 +11,11 @@ on:
|
||||
description: 'Nome do artefato'
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
NODE1_PASSWORD:
|
||||
required: true
|
||||
NODE3_PASSWORD:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@@ -33,6 +38,12 @@ jobs:
|
||||
password: ${{ secrets.NODE3_PASSWORD }}
|
||||
|
||||
steps:
|
||||
- name: 🔍 Verificar versão do workflow
|
||||
run: |
|
||||
echo "🚀 Executando versão do workflow..."
|
||||
echo "Ref atual: ${{ github.workflow_ref }}"
|
||||
echo "SHA do commit: ${{ github.sha }}"
|
||||
|
||||
- name: 📥 Baixar artefatos
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user