Skip to content

Commit cd56b0a

Browse files
author
Jonathan Visser
committed
Run formatter for whitespace trimming
1 parent 5bc67f8 commit cd56b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-deploy/pipelines/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
path: /tmp/composer-cache
121121
key: ${{ runner.os }}-composer
122122
- run: mkdir -p $HOME/.ssh
123-
- run: hypernode-deploy deploy production -vvv # Deploy production stage defined in deploy.php
123+
- run: hypernode-deploy deploy production -vvv # Deploy production stage defined in deploy.php
124124
env:
125125
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
126126
```

0 commit comments

Comments
 (0)