Skip to content

Commit 638abbf

Browse files
authored
Update gradle-publish.yml
1 parent 09f3a83 commit 638abbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
cat << EOF > .env
9595
IMAGE_FULL_PATH=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ env.ECR_REPOSITORY }}:latest
9696
HOST_PORT=8000
97-
UPLOAD_PATH=/etc/var/www/wishpool
97+
UPLOAD_PATH=/var/www/wishpool
9898
DB_ROOT_PASSWORD=${{ secrets.DB_ROOT_PASSWORD }}
9999
DB_NAME=wishpool
100100
DB_USER_PROD=${{ secrets.DB_USER_PROD }}

0 commit comments

Comments
 (0)