Skip to content

Commit

Permalink
Fix and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 committed Mar 31, 2024
1 parent ec3195d commit 90cb829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Extract Archives on Remote
run: |
ssh -i deploy_key ${SSH_USER}@"${INPUT_HOST}" "cd ${INPUT_REMOTE} && tar -xzf frontend.tar.gz && tar -xzf dashboard.tar.gz && tar -xzf backend.tar.gz && rm frontend.tar.gz dashboard.tar.gz backend.tar.gz"
- name: Insttall dependencies for backend
- name: Install dependencies for backend
run: |
ssh -i deploy_key ${SSH_USER}@"${INPUT_HOST}" "source ~/.bashrc && cd ${INPUT_REMOTE} && cd backend && npm install --production"
- name: Start application
Expand Down
2 changes: 1 addition & 1 deletion @alexandrie/styles/src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $transition-duration: 0.3s;
//--bg-color: #ECF2FF;
// --bg-contrast: #e7ecf7;
// --bg-contrast-2: #cdd5dd;
--font-color: #333333;
--font-color: #333;
--border-color: rgba(0, 0, 0, 0.1);
// COLORS \\
--grey: #666666;
Expand Down

0 comments on commit 90cb829

Please sign in to comment.