Skip to content

Commit

Permalink
sleepy alright
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 15, 2023
1 parent cc22047 commit 5059400
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 @@ -40,7 +40,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: production-files
path: ./dist/.vitepress/dist
path: ./docs/.vitepress/dist

- name: Deploy to server
uses: appleboy/scp-action@master
Expand All @@ -49,5 +49,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: ./dist/.vitepress/dist
source: ./docs/.vitepress/dist
target: "/home/${{ secrets.USERNAME }}/temporary-directory"

1 comment on commit 5059400

@vercel
Copy link

@vercel vercel bot commented on 5059400 Oct 15, 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-git-main-nuruprogramming.vercel.app
nyaraka-nuruprogramming.vercel.app
nyaraka.vercel.app

Please sign in to comment.