Skip to content

Commit

Permalink
docs: evn scp 로직 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Nov 17, 2023
1 parent f75850f commit bcb7229
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ jobs:
source: "./docker-compose.yml"
target: "/home/ubuntu/"

- name: Copy .env file via ssh password
uses: appleboy/scp-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ubuntu
password: ${{ secrets.SSH_PASSWORD }}
port: 22
source: "./.env"
target: "/home/ubuntu/"

- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit bcb7229

Please sign in to comment.