diff --git a/.github/workflows/demo-deploy.yml b/.github/workflows/demo-deploy.yml deleted file mode 100644 index 9fb7f5b..0000000 --- a/.github/workflows/demo-deploy.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Update demo website plugin -env: - DEMODEPLOY_COMMAND: ${{ secrets.DEMODEPLOY_COMMAND }} -on: - push: - branches: - - develop - -jobs: - build: - runs-on: ubuntu-18.04 - steps: - - name: Generate Deploy Key - run: 'echo "$DEPLOYKEY" > id_rsa ; chmod 400 id_rsa' - shell: bash - env: - DEPLOYKEY: ${{secrets.DEPLOYKEY}} - - - name: Run Simple Deploy - shell: bash - run: "$DEMODEPLOY_COMMAND \ - -i ./id_rsa \ - -o StrictHostKeyChecking=no \ - 'cd /home/dev/sites/magento ; \ - composer update bloomreach/bloomreach-engagement-connector-magento:dev-develop ; \ - bin/magento setup:upgrade ; \ - bin/magento deploy:mode:set production'" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 000fcff..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Update packagist -env: - WEBHOOK: ${{ secrets.WEBHOOK }} -on: - push: - branches: - - develop - -jobs: - build: - runs-on: ubuntu-18.04 - steps: - - name: Run webhook - shell: bash - run: "$WEBHOOK"