feat: atualizando mensagem de webhook
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 34s
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 34s
This commit is contained in:
@@ -23,9 +23,10 @@ jobs:
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
sleep 10
|
||||
curl -X POST http://172.35.0.216:9000/api/webhooks/182007f4-06d9-48fc-ab68-885fb434765c
|
||||
|
||||
# LEGADO Deploy via SSH (Mantenha se precisar rodar comandos extras como migrations)
|
||||
# - name: Deploy Automático via SSH
|
||||
# uses: https://github.com/appleboy/ssh-action@master
|
||||
# ... (seu código atual)
|
||||
# ...
|
||||
@@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
|
||||
@Injectable()
|
||||
export class AppService {
|
||||
getHello(): string {
|
||||
return 'Hello World! API Online via Swarm';
|
||||
return 'Hello World! webhook';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user