Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jul 22, 2023
1 parent 7de9029 commit 2f28315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-frontend:
deploy: build-frontend
@echo "Deploying..."
mkdir -p deploy
cp -r ./app/backend/ ./deploy
cp -r ./app/backend/* ./deploy
cp -r ./app/frontend/build ./deploy/static-site
@echo "Deployed to ./deploy use deployctl to deploy to deno deploy"
@echo "Example: deployctl deploy --token xxxxxxxxxxxx --project=notify ./deploy/deploy.ts"
Expand Down

0 comments on commit 2f28315

Please sign in to comment.