Skip to content

Commit

Permalink
Merge pull request #12 from mooxl/dev
Browse files Browse the repository at this point in the history
fdas
  • Loading branch information
mooxl committed May 17, 2023
2 parents 9053de8 + 7277712 commit 70a297e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
mkdir ${{ secrets.PATH }}
cd ${{ secrets.PATH }}
git clone -b prod ${{ github.repository }} .
sleep 10
mv .env.dev .env.prod
sed -i "s/ASTRO_URL=.*/ASTRO_URL=${{ env.ASTRO_URL }}/" .env.prod
sed -i "s/PAYLOAD_URL=.*/PAYLOAD_URL=${{ env.PAYLOAD_URL }}/" .env.prod
Expand Down

0 comments on commit 70a297e

Please sign in to comment.