Eugene Omar

Results 11 comments of Eugene Omar
trafficstars

Yeah you can have at it. I haven't got the bandwidth.

If I may ask what's the `passphrase` for. I dont think you have a private key in your secrets on the repo. Do you?

@shnigi The **private key** is in your personal computer under `~/.ssh` assuming that you're on Mac or Linux use `pb copy` like so ``` pbcopy < ~/.ssh/id_rsa``` then in your...

@shnigi That's not it. You use the `SSH_PKEY` to log in to your server instead of a password. Then you use the `secrets.GITHUB_TOKEN` to log in to Github.

I think it will try to execute inside the vps you're trying to ssh into. You could use `run` instead like this ``` - name: Executing remote command uses: appleboy/[email protected]...

@mittalyashu could you show me your whole discord job?

``` steps: - name: Executing remote command uses: appleboy/[email protected] env: BACKEND_APP_PORT: 8080 NODE_ENV: "production" with: host: ${{ secrets.IP }} USERNAME: ${{ secrets.USERNAME }} PORT: ${{ secrets.PORT }} KEY: ${{ secrets.SSHKEY...

Lol shit I forgot to change it. I guess I was tired, I wanted you to add `run` under `uses` it should work now.