lealceldeiro / org.wcdevs.blog.front

Holds the `org.wcdevs.blog.front` application
https://wcdevs.org
Apache License 2.0
2 stars 0 forks source link

[Technical Request] Fix `build-and-publish` github action #12

Closed lealceldeiro closed 2 years ago

lealceldeiro commented 2 years ago

Contact Details

No response

What technical change you'd like to see implemented in our project?

The build-and-publish.yml GitHub action has the following problems, which need to be addressed in order to get the deployments being executed successfully:

 env:
      STAGING_INFRA: ${{ secrets.STAGING_INFRA }}
      PROD_INFRA: ${{ secrets.PROD_INFRA }}

https://github.com/lealceldeiro/org.wcdevs.blog.front/blob/ba15c2388a66c8aaa9810870dc20e7b09380c28b/.github/workflows/build-and-publish.yml#L35

Code of Conduct