Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems password ou ssk-key #135

Open
Grezor opened this issue Aug 12, 2023 · 0 comments
Open

Problems password ou ssk-key #135

Grezor opened this issue Aug 12, 2023 · 0 comments

Comments

@Grezor
Copy link

Grezor commented Aug 12, 2023

hello, I am creating an issue for help.

Having already performed in 2019. I can't remember how this works.

I have an error, I would like to know if ssk-key is generated on the pc, or on the server?

Thanks for your help :)

name: Deploy

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1

    - name: Copy repository contents via scp
      uses: appleboy/scp-action@master
      env:
        HOST: ${{ secrets.HOST }} = exemple google.com
        USERNAME: ${{ secrets.USERNAME }} username ftp 
        PORT: ${{ secrets.PORT }} (port) 
        KEY: ${{ secrets.SSHKEY }} <--- here
      with:
        source: "."
        target: "/var/www/mywebsite"

    - name: Executing remote command
      uses: appleboy/ssh-action@master
      with:
        host: ${{ secrets.HOST }}
        USERNAME: ${{ secrets.USERNAME }}
        PORT: ${{ secrets.PORT }}
        KEY: ${{ secrets.SSHKEY }} <--- here

imagekey

@Grezor Grezor changed the title Probleme password ou ssk-key Problems password ou ssk-key Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant