Skip to content

Commit

Permalink
a new day
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 16, 2023
1 parent 9907b52 commit 4611613
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
run: npm run docs:build

- name: Upload production-ready build files
run: |
ls
pwd
uses: actions/upload-artifact@v3
with:
name: production-files
Expand All @@ -40,23 +37,17 @@ jobs:

steps:
- name: Download artifact
run: |
ls
pwd
uses: actions/download-artifact@v3
with:
name: production-files
path: ./docs/.vitepress/dist
path: /tmp

- name: Deploy to server
run: |
ls
pwd
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: ./docs/.vitepress/dist
source: /tmp/production-files
target: "/home/${{ secrets.USERNAME }}/temporary-directory"

1 comment on commit 4611613

@vercel
Copy link

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

Please sign in to comment.