File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
26
26
targets : wasm32-unknown-unknown
27
27
toolchain : stable
28
28
29
- - name : Install Trunk
30
- run : cargo install trunk
31
- if : steps.cache.outputs.cache-hit != 'true'
29
+ # - name: Install Trunk
30
+ # run: cargo install trunk
31
+ # if: steps.cache.outputs.cache-hit != 'true'
32
32
33
- - name : Build with Trunk
34
- run : trunk build --release
35
- working-directory : client
33
+ # - name: Build with Trunk
34
+ # run: trunk build --release
35
+ # working-directory: client
36
36
37
37
- name : Create SSH Key
38
38
run : |
51
51
run : |
52
52
ssh -i ${{ secrets.SSH_PRIVATE_KEY_PATH }}/${{ secrets.SSH_PRIVATE_KEY_NAME }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}
53
53
docker container rm -f andrewtest.org_client
54
+ echo "MY VAR IS ${{ vars.DEVBLOG_ROOT_PATH }}"
54
55
cd ${{ vars.DEVBLOG_ROOT_PATH }}/../
55
56
docker compose up -d
56
57
You can’t perform that action at this time.
0 commit comments