Skip to content

Commit

Permalink
Merge pull request #41 from infoforcefeed/fix-deploy
Browse files Browse the repository at this point in the history
Fixing deployment scripts
  • Loading branch information
NatalieWolfe authored Jul 15, 2023
2 parents 8dc98a3 + 2e54feb commit 0b5a365
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Pull source
# This will trigger an authored_keys command to update the repo.
run: ssh [email protected]
6 changes: 6 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /bin/bash

source /home/ubuntu/.nvm/nvm.sh
nvm use
npm install
npm run compile

0 comments on commit 0b5a365

Please sign in to comment.