try unzip
This commit is contained in:
parent
53b75f2953
commit
1b4b3a8e3d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ RUN --mount=type=secret,id=ARTIFACT_USER \
|
|||
ARTIFACT_SECRET=$(cat /run/secrets/ARTIFACT_SECRET) \
|
||||
ARTIFACT_URL=$(cat /run/secrets/ARTIFACT_URL) \
|
||||
&& wget https://${ARTIFACT_USER}:${ARTIFACT_SECRET}@${ARTIFACT_URL}-${VERSION}.zip -O artifact.zip \
|
||||
&& unzip artifact.zip \
|
||||
&& unzip artifact.zip -d /var/www/html/ \
|
||||
&& chown -R nobody public \
|
||||
&& chown -R nobody var \
|
||||
&& chmod -R 700 public \
|
||||
|
|
Loading…
Reference in a new issue