diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 30ee8c7..39bc450 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,8 +15,10 @@ jobs: - name: Build and deploy uses: appleboy/ssh-action@v0.1.6 with: - host: $({ secrets.REMOTE_IP }) + host: ${{ secrets.REMOTE_IP }} username: ec2-user - key: $({ secrets.DEV_TEST }) + key: ${{ secrets.DEV_TEST }} port: 22 - script: | \ No newline at end of file + script: | + whoami + ls -al \ No newline at end of file