Skip to content

Commit

Permalink
Fixing deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
NatalieWolfe committed Jul 15, 2023
1 parent 8dc98a3 commit 2e54feb
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 2e54feb

Please sign in to comment.