File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 6363 exit 1
6464 fi
6565
66- - name : Checkout code
67- uses : actions/checkout@v4
68- with :
69- ref : ${{ github.ref }}
70-
7166 - name : Set up Docker Buildx
7267 uses : docker/setup-buildx-action@v3
7368
Original file line number Diff line number Diff line change 5252 exit 1
5353 fi
5454
55- - name : Temp debugging
56- shell : bash
57- run : |
58- ls -la
59- cat .env
60-
61- - name : Checkout code
62- uses : actions/checkout@v4
63- with :
64- ref : ${{ github.ref }}
65-
66- - name : Temp debugging
67- shell : bash
68- run : |
69- ls -la
70- cat .env
71-
7255 - name : Set up uv
7356 uses : astral-sh/setup-uv@v5
7457 with :
8366 unzip -q tmp_frontend_zip/frontend.zip -d site/
8467 rm -r "tmp_frontend_zip"
8568
86- - name : Temp debugging
87- shell : bash
88- run : |
89- echo "ssh-user is: ${{ inputs.ssh-user }}"
90- echo "ssh-private-key is: ${{ inputs.ssh-private-key }}"
91-
9269 - name : Send frontend static files
93709471 with :
You can’t perform that action at this time.
0 commit comments