Skip to content

Commit

Permalink
fix name file
Browse files Browse the repository at this point in the history
  • Loading branch information
AfandyW committed May 20, 2024
1 parent f4cb5cd commit b51bceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Deploy to Production Environment
- name: Deploy to Development Environment
env:
VPS_IP: ${{ secrets.VPS_IP }}
VPS_USER: ${{ secrets.VPS_USER }}
Expand All @@ -48,4 +48,4 @@ jobs:
export PATH=\$PATH:/usr/local/go/bin &&
go mod tidy &&
go build -o main . &&
sudo systemctl restart lms-be-development"
sudo systemctl restart lms-be-development.service"

0 comments on commit b51bceb

Please sign in to comment.