Skip to content

Commit

Permalink
modified workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltonic committed Jul 30, 2024
1 parent 6a5c3b0 commit c733bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Esure target directory exists on VPS
uses: appleboy/ssh-action@v0.1.3
with:
host: ${{ SSH_HOST }}
username: ${{ SSH_USERNAME }}
key: ${{ SSH_PRIVATE_KEY }}
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
if [ ! -d "/dockerized/containers/solana_project" ]; then
mkdir -p /dockerized/containers/solana_project
Expand Down

0 comments on commit c733bcb

Please sign in to comment.