Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Jan 16, 2024
1 parent c871205 commit 8e6d658
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ jobs:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --max_old_space_size=1536
DATABASE_URL: ${{ secrets.DATABASE_URL }}
EXTERNAL_API_KEY: ${{ secrets.EXTERNAL_API_KEY }}
OAUTH_GOOGLE_CLIENT_ID: ${{ secrets.OAUTH_GOOGLE_CLIENT_ID }}
OAUTH_GOOGLE_CLIENT_SECRET: ${{ secrets.OAUTH_GOOGLE_CLIENT_SECRET }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PUBLIC_KEY: ${{ secrets.PUBLIC_KEY }}

steps:
- name: SSH and deploy node app
- name: SSH and Deploy Node app
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_IP }}
Expand Down

0 comments on commit 8e6d658

Please sign in to comment.