We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ba021 commit a1a65ddCopy full SHA for a1a65dd
2 files changed
.env
@@ -1,3 +1,2 @@
1
VITE_API_SERVER_URL=https://api.stage.solid-connection.com
2
-# VITE_API_SERVER_URL=http://localhost:8080
3
VITE_S3_BASE_URL=https://solid-connection-uploaded.s3.ap-northeast-2.amazonaws.com/
.github/workflows/deploy.yml
@@ -3,6 +3,8 @@ on:
push:
4
branches: [main]
5
6
+ workflow_dispatch:
7
+
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
0 commit comments