fix: correct indentation for Debug Deployment Username step in build workflow
Chore App Build, Test, and Push Docker Images / build-and-push (push) Canceled after 19s
Chore App Build, Test, and Push Docker Images / build-and-push (push) Canceled after 19s
This commit is contained in:
@@ -14,8 +14,13 @@ jobs:
|
||||
run: |
|
||||
echo "Username length: ${#USERNAME}"
|
||||
echo "Username: $(echo -n "$USERNAME" | base64)"
|
||||
echo "Key: $(echo -n "$KEY" | base64)"
|
||||
echo "Host: $(echo -n "$HOST" | base64)"
|
||||
env:
|
||||
USERNAME: ${{ secrets.DEPLOY_TEST_USER }}
|
||||
KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
HOST: ${{ secrets.DEPLOY_TEST_HOST }}
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user