Skip to content

Commit

Permalink
BUILD - test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vladokuskov committed Mar 19, 2024
1 parent ffea93e commit e96da00
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- uses: actions/checkout@v3
- name: Copy repository contents via scp
uses: appleboy/scp-action@master
env:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT}}
source: '.'
target: "/home/ubuntu/dev-folder"
with:
host: ${{ secrets.HOST }}
port: ${{ secrets.PORT }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
source: "."
target: /

- name: Executing remote command
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit e96da00

Please sign in to comment.