diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5897d02..3b74e46 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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