Skip to content

Commit

Permalink
latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayBattu1 authored Nov 22, 2023
1 parent 9bbb0d1 commit 3d0488c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v1.0
uses: actions/checkout@latest

- name: Create Tar Archive
run: tar -czf deploy.tar.gz .

- name: Copy Tar Archive to Ubuntu Server
uses: appleboy/ssh-action@v1.0
uses: appleboy/ssh-action@latest
with:
host: ${{ secrets.HOST_DNS }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 3d0488c

Please sign in to comment.