Skip to content

Commit 1f6603f

Browse files
committed
fix: syntax error 수정
1 parent 7a643ce commit 1f6603f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
"aws s3 cp s3://${{ secrets.S3_BUCKET_NAME }}/forink-backend/.env ./forink-backend.env",
7474
"mv ./forink-backend.env .env",
7575
"sudo systemctl restart forink-backend"
76-
] \
76+
]' \
7777
--output text

0 commit comments

Comments
 (0)