Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Leo-Nicolle/mots-fleches into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
2 parents f497f8e + a492190 commit 9de7c6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ jobs:
echo "SERVER=${{ env.DIR }}/server.js" >> $GITHUB_ENV
echo "ASSETS=${{ env.DIR }}/public/assets" >> $GITHUB_ENV
echo "INDEX_HTML=${{ env.DIR }}/public/index.html" >> $GITHUB_ENV
<<<<<<< HEAD
<<<<<<< HEAD
if [[ ${{env.DEPLOY_ASSETS}} ='false' && ${{env.DEPLOY_SERVER}} ='false' && ${{env.DEPLOY_CLIENT}} ='false' ]]; then
=======
if [[ $DEPLOY_ASSETS == 'false' && $DEPLOY_SERVER == 'false' && $DEPLOY_CLIENT == 'false' ]]; then
>>>>>>> @{-1}
=======
if [[ $DEPLOY_ASSETS == 'false' && $DEPLOY_SERVER == 'false' && $DEPLOY_CLIENT == 'false' ]]; then
>>>>>>> a4921900da1ee53b45ab80cbc2c5e314377eacaf
exit 1;
fi

Expand Down

0 comments on commit 9de7c6d

Please sign in to comment.