From 61e792ed080993638c24e2b6fc06575a78fa39f7 Mon Sep 17 00:00:00 2001 From: Joel Clermont Date: Mon, 18 Dec 2023 15:03:49 -0600 Subject: [PATCH] comment out deploy ci steps --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 309984f..04412ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,10 +94,10 @@ jobs: if: ${{ failure() }} run: docker exec "$PROJECT_NAME-php-fpm" cat storage/logs/laravel.log - - name: Deploy to staging if develop branch - if: github.ref == 'refs/heads/develop' - run: [ -n "${{ secrets.ENVOYER_STAGING_TRIGGER }}" ] && curl -s ${{ secrets.ENVOYER_STAGING_TRIGGER }} - - - name: Deploy to prod if main branch - if: github.ref == 'refs/heads/main' - run: [ -n "${{ secrets.ENVOYER_PROD_TRIGGER }}" ] && curl -s ${{ secrets.ENVOYER_PROD_TRIGGER }} +# - name: Deploy to staging if develop branch +# if: github.ref == 'refs/heads/develop' +# run: curl -s ${{ secrets.ENVOYER_STAGING_TRIGGER }} +# +# - name: Deploy to prod if main branch +# if: github.ref == 'refs/heads/main' +# run: curl -s ${{ secrets.ENVOYER_PROD_TRIGGER }}