Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcanas authored Dec 18, 2023
1 parent 065b612 commit 6df41bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: appleboy/scp-action@master
env:
HOST: ${{ secrets.HOST }}
USERNAME: ubuntu
USERNAME: david
PORT: 22
KEY: ${{ secrets.KEY }}
with:
source: "."
target: "/home/ubuntu/danittobot"
target: "/home/david/danittobot"
updateDani:
name: Build and re-run danitto
needs: [build]
Expand All @@ -28,7 +28,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ubuntu
username: david
key: ${{ secrets.KEY }}
port: 22
script: |
Expand Down

0 comments on commit 6df41bf

Please sign in to comment.