Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a19hu authored Oct 10, 2024
1 parent 7075fc4 commit 8897f81
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
node-version: '16'

- name: Navigate to frontend and install dependencies
run: |
cd frontend
npm install
# - name: Navigate to frontend and install dependencies
# run: |
# cd frontend
# npm install

# - name: Run tests
# run: |
Expand All @@ -35,15 +35,15 @@ jobs:
# run: |
# cd frontend
# npm run build
- name: Print environment variables
run: |
echo "NO: ${{ secrets.NO }}"
echo "Server IP: ${{ secrets.SERVER_IP }}"
echo "Server Username: ${{ secrets.SERVER_USERNAME }}"
- name: Deploy to server via SSH
run: |
ssh
# - name: Print environment variables
# run: |
# echo "NO: ${{ secrets.NO }}"
# echo "Server IP: ${{ secrets.SERVER_IP }}"
# echo "Server Username: ${{ secrets.SERVER_USERNAME }}"

# - name: Deploy to server via SSH
# run: |
# ssh
# uses: appleboy/ssh-action@master
# with:
# host: ${{ secrets.SERVER_IP }}
Expand Down

0 comments on commit 8897f81

Please sign in to comment.