Skip to content

Commit

Permalink
doing guess work
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 15, 2023
1 parent f21e5dd commit 65a2db2
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 @@ -27,7 +27,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: production-files
path: ./dist
path: ./docs/.vitepress/dist

deploy:
name: Deploy
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: production-files
path: ./dist
path: ./dist/.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
source: ./dist./vitpress/dist
target: "/home/${{ secrets.USERNAME }}/temporary-directory"

1 comment on commit 65a2db2

@vercel
Copy link

@vercel vercel bot commented on 65a2db2 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-nuruprogramming.vercel.app
nyaraka.vercel.app
nyaraka-git-main-nuruprogramming.vercel.app

Please sign in to comment.