Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 16, 2023
1 parent 2f1bcb3 commit dade734
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 @@ -45,7 +45,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: production-files
path: /tmp
path: distfiles

- name: Understanding where I am
run: |
Expand All @@ -56,11 +56,11 @@ jobs:
ls -la /tmp
- name: Deploy to server
uses: appleboy/scp-action@master
uses: appleboy/scp-action@v0.1.4
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: "production-files.zip"
source: distfiles/*
target: "/home/${{ secrets.USERNAME }}/temporary-directory"

1 comment on commit dade734

@vercel
Copy link

@vercel vercel bot commented on dade734 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nyaraka – ./

nyaraka-nuruprogramming.vercel.app
nyaraka-git-main-nuruprogramming.vercel.app
nyaraka.vercel.app

Please sign in to comment.