Skip to content

Commit

Permalink
Ajuste no github CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed Oct 10, 2024
1 parent 1d9920c commit 9c2cf3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
runs-on: ubuntu-latest
needs: build
env:
FLY_API_TOKEN: ${{ secrets.FLY_TOKEN }}
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

environment:
name: production
url: https://eventex.fly.dev

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9c2cf3c

Please sign in to comment.