Actions: attempt to fix build
This commit is contained in:
parent
cc75bf70b1
commit
e43270a8f7
1 changed files with 2 additions and 2 deletions
|
@ -50,13 +50,13 @@ jobs:
|
|||
run: |
|
||||
BRANCH=${{ github.ref_name }}
|
||||
THEME=${BRANCH:6}
|
||||
scp dist_$THEME.zip hetzner:/root/staging/dist_$THEME
|
||||
scp dist_$THEME.zip hetzner:/root/staging/dist_$THEME.zip
|
||||
|
||||
- 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/"
|
||||
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
Reference in a new issue