add note about being able to change the $storetype in nginx for magento docs #265
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Cleanup acceptance environments | |
| on: | |
| pull_request: | |
| types: [closed] | |
| jobs: | |
| cleanup: | |
| runs-on: ubuntu-latest | |
| container: quay.io/hypernode/deploy:4-php8.3-node20 | |
| 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 }} |