We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da75f7d commit 40abaa6Copy full SHA for 40abaa6
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ name: Build and deploy on push
6
7
env:
8
RUST_CHANNEL: stable
9
-
+ CITY_GAME_PRIVATE_DEPLOY_KEY: "${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}"
10
jobs:
11
build:
12
name: Deploy website
scripts/build-subprojects.sh
@@ -21,7 +21,7 @@ cp -r ./dist "$REPO_DIR/static/asteroids"
21
22
eval `ssh-agent -s`
23
# ssh-add - <<< '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
24
-echo '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
+echo '$CITY_GAME_PRIVATE_DEPLOY_KEY'
25
subproject city-game
26
cargo build --release --target wasm32-unknown-unknown
27
wasm-bindgen --no-typescript --target web \
0 commit comments