Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elihunter173 committed Jan 28, 2024
1 parent da75f7d commit 40abaa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build and deploy on push

env:
RUST_CHANNEL: stable

CITY_GAME_PRIVATE_DEPLOY_KEY: "${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}"
jobs:
build:
name: Deploy website
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-subprojects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cp -r ./dist "$REPO_DIR/static/asteroids"

eval `ssh-agent -s`
# ssh-add - <<< '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
echo '${{ secrets.CITY_GAME_PRIVATE_DEPLOY_KEY }}'
echo '$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 40abaa6

Please sign in to comment.