We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc67f8 commit cd56b0aCopy full SHA for cd56b0a
docs/hypernode-deploy/pipelines/github-actions.md
@@ -120,7 +120,7 @@ jobs:
120
path: /tmp/composer-cache
121
key: ${{ runner.os }}-composer
122
- run: mkdir -p $HOME/.ssh
123
- - run: hypernode-deploy deploy production -vvv # Deploy production stage defined in deploy.php
+ - run: hypernode-deploy deploy production -vvv # Deploy production stage defined in deploy.php
124
env:
125
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
126
```
0 commit comments