Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun authored Feb 14, 2021
1 parent a0cbb32 commit b2e4a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm ci
echo "Writing config wile"
echo ${{secrets.CONFIG}} > config/production.json
echo "${{secrets.CONFIG}}" > config/production.json
echo "Renaming current app folder"
mv $appDir $appDir.$(date +\%Y\%m\%d\%H\%M\%S)
Expand Down

0 comments on commit b2e4a66

Please sign in to comment.