Skip to content

Add solution for "The default website isn't defined. Set the website and try again." in Magento deployments #337

Add solution for "The default website isn't defined. Set the website and try again." in Magento deployments

Add solution for "The default website isn't defined. Set the website and try again." in Magento deployments #337

name: Cleanup acceptance environments
on:
pull_request:
types: [closed]
jobs:
cleanup:
runs-on: ubuntu-latest
container: quay.io/hypernode/deploy:latest-php8.4-node22
environment: acceptance
steps:
- uses: actions/checkout@v2
- name: Dump env
run: env
- name: Cleanup acceptance environments
run: hypernode-deploy cleanup acceptance -vvv
env:
HYPERNODE_API_TOKEN: ${{ secrets.HYPERNODE_API_TOKEN }}