Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 16, 2023
1 parent 3130376 commit b589c05
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd ${{ secrets.TEMP_DIR }}
unzip production-files.zip
rm production-files.zip
unzip distfiles/production-files.zip
rm -rf distfiles
rm -rf ${{ secrets.DEPLOY_DIR }}/*
mv distfiles/* ${{ secrets.DEPLOY_DIR }}
rm -rf ${{ secrets.TEMP_DIR }}
mv * ${{ secrets.DEPLOY_DIR }}

1 comment on commit b589c05

@vercel
Copy link

@vercel vercel bot commented on b589c05 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.