diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index c57a308..1609fb6 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -24,20 +24,6 @@ jobs: run: | echo "github.event.repository.fork = ${{ github.event.repository.fork }}" echo "github.event_name = ${{ github.event_name }}" - echo '' - echo ${{ '1' == '1' }} - echo ${{ ('1' == '1') }} - echo ${{ ('1' == '1') || 'a' == 'b' }} - echo ${{ ('1' == '1' && '2' == '2') }} - echo ${{ ('1' == '1' && '2' == '2') || 'a' == 'b' }} - echo '' - echo ${{ github.event_name == 'pull_request' }} - echo ${{ github.event.repository.fork == 'false' }} - echo ${{ ! github.event.repository.fork }} - echo ${{ (github.event_name == 'pull_request') }} - echo ${{ (github.event_name == 'pull_request' && ! github.event.repository.fork) }} - echo ${{ (github.event_name == 'pull_request') || github.event_name == 'workflow_dispatch' }} - echo ${{ (github.event_name == 'pull_request' && ! github.event.repository.fork) || github.event_name == 'workflow_dispatch' }} # Checkout repo AND ITS SUBMODULES - name: 🛒 Checkout @@ -98,7 +84,6 @@ jobs: - name: 🔑 Populate Key run: | echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa - exit 1 # Upload the build to the remote server location: the volume shared by the nginx container serving http requests - name: 🚀 Upload