Excluir .github/workflows/deploy.yml
Teste Shell Runner / shell-test (push) Successful in 20s

This commit is contained in:
2026-05-30 19:24:02 +00:00
parent 31a1757c45
commit d4287fbde3
-23
View File
@@ -1,23 +0,0 @@
name: Deploy via Script Externo
on:
push:
branches: [ main ]
workflow_dispatch: # Permite executar manualmente
jobs:
deploy:
runs-on: deploy
steps:
- name: 📥 Baixar código
uses: actions/checkout@v3
- name: 🔧 Configurar permissões
run: chmod +x scripts/*.sh
- name: 🚀 Executar deploy
run: ./scripts/deploy.sh
env:
DEPLOY_ENV: production
TIMESTAMP: $(date +%s)