Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylo-dev authored Apr 24, 2024
1 parent da71cf8 commit 030d78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
echo "NEXT_PUBLIC_SERVER=${NEXT_PUBLIC_SERVER}" > .env.local
echo "NEXT_PUBLIC_NEXT_SERVER=${NEXT_PUBLIC_NEXT_SERVER}" >> .env.local
echo "NEXT_PUBLIC_SERVER=${{ NEXT_PUBLIC_SERVER }}" > .env.local
echo "NEXT_PUBLIC_NEXT_SERVER=${{ NEXT_PUBLIC_NEXT_SERVER }}" >> .env.local
echo "TZ=Asia/Seoul" >> .env.local
cat .env
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/meetfolio-web:latest
Expand Down

0 comments on commit 030d78f

Please sign in to comment.