Skip to content

Commit

Permalink
Dummpy secret test
Browse files Browse the repository at this point in the history
  • Loading branch information
elihunter173 committed Jan 28, 2024
1 parent 21b310e commit da75f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build-subprojects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ npm run build
cp -r ./dist "$REPO_DIR/static/asteroids"

eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
# ssh-add - <<< '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
echo '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
subproject city-game
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --target web \
Expand Down

0 comments on commit da75f7d

Please sign in to comment.