Actions: Attempt to fix build
This commit is contained in:
parent
7117b29776
commit
cc75bf70b1
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ jobs:
|
|||
- name: unzipping remote file
|
||||
run: |
|
||||
BRANCH=${{ github.ref_name }}
|
||||
THEME=${BRANCH:6}ssh hetzner "cd /root/staging && unzip dist_$THEME.zip && rm -rf /root/single_theme_builds/$THEME && mkdir -p /root/single_theme_builds/$THEME && mv /root/staging/$dist_$THEME/* /root/single_theme_builds/$THEME/ && rm dist_$THEME.zip && rmdir dist_$THEME/"
|
||||
THEME=${BRANCH:6}
|
||||
ssh hetzner "cd /root/staging && unzip dist_$THEME.zip && rm -rf /root/single_theme_builds/$THEME && mkdir -p /root/single_theme_builds/$THEME && mv /root/staging/$dist_$THEME/* /root/single_theme_builds/$THEME/ && rm dist_$THEME.zip && rmdir dist_$THEME/"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue