Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Option to disable creation of environment & deployment #30

Closed
fubhy opened this issue Oct 12, 2022 · 0 comments · Fixed by #33
Closed

Option to disable creation of environment & deployment #30

fubhy opened this issue Oct 12, 2022 · 0 comments · Fixed by #33

Comments

@fubhy
Copy link

fubhy commented Oct 12, 2022

We are using the environment context in our github workflow to assign a name and url manually. It would be great if it was possible to disable the automatic creation of a deployment and environment and take full control instead, e.g:

  deploy:
    name: Deploy
    runs-on: ubuntu-latest
    environment: 
      name: Preview (PR-${{ github.event.number }})
      url: ${{ steps.publish.outputs.url }}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant