Skip to content

Commit 780b291

Browse files
authored
Merge pull request #168 from AndrewCS149/testWorkflow
testWorkflow
2 parents cab8cce + 1ec7716 commit 780b291

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/staging.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
targets: wasm32-unknown-unknown
2727
toolchain: stable
2828

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'
3232

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
3636

3737
- name: Create SSH Key
3838
run: |
@@ -51,6 +51,7 @@ jobs:
5151
run: |
5252
ssh -i ${{ secrets.SSH_PRIVATE_KEY_PATH }}/${{ secrets.SSH_PRIVATE_KEY_NAME }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}
5353
docker container rm -f andrewtest.org_client
54+
echo "MY VAR IS ${{ vars.DEVBLOG_ROOT_PATH }}"
5455
cd ${{ vars.DEVBLOG_ROOT_PATH }}/../
5556
docker compose up -d
5657

0 commit comments

Comments
 (0)