Skip to content

Commit 40abaa6

Browse files
committed
test
1 parent da75f7d commit 40abaa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build and deploy on push
66

77
env:
88
RUST_CHANNEL: stable
9-
9+
CITY_GAME_PRIVATE_DEPLOY_KEY: "${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}"
1010
jobs:
1111
build:
1212
name: Deploy website

scripts/build-subprojects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cp -r ./dist "$REPO_DIR/static/asteroids"
2121

2222
eval `ssh-agent -s`
2323
# ssh-add - <<< '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
24-
echo '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
24+
echo '$CITY_GAME_PRIVATE_DEPLOY_KEY'
2525
subproject city-game
2626
cargo build --release --target wasm32-unknown-unknown
2727
wasm-bindgen --no-typescript --target web \

0 commit comments

Comments
 (0)