how can I exclude "node_modules" folder under the "with:" command ?
@aamynme3806 ай бұрын
Thank you ❤
@Isookov3 жыл бұрын
How to add staging and production workflow?
@PragmaticReviews3 жыл бұрын
You can use a conditional as part of the workflow *if: github.ref == 'refs/heads/master'* or *if: github.ref == 'refs/heads/develop'* to perform different actions depending on the branch (different branches for different environments). And you can set env variables in the settings section of the repo or secrets with different names for each environment.
@romimaximus2 жыл бұрын
Hey Pragmatic !! awesome tutorial !!, you think if i use the same deploy steps that you did, ... but to deploy to another clouds like Heruku, Netlify or Digital Ocean, it will work ?