We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a643ce commit 1f6603fCopy full SHA for 1f6603f
1 file changed
.github/workflows/deploy.yml
@@ -73,5 +73,5 @@ jobs:
73
"aws s3 cp s3://${{ secrets.S3_BUCKET_NAME }}/forink-backend/.env ./forink-backend.env",
74
"mv ./forink-backend.env .env",
75
"sudo systemctl restart forink-backend"
76
- ] \
+ ]' \
77
--output text
0 commit comments