Skip to content

Commit

Permalink
chore: update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekedonald committed Aug 15, 2024
1 parent 91078e0 commit 8bac613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
mkdir -p ~/deployments/development
cd ~/deployments/development
git reset --hard
git pull origin main
git pull origin dev
pm2 restart development_app
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
mkdir -p ~/deployments/staging
cd ~/deployments/staging
git reset --hard
git pull origin main
git pull origin staging
pm2 restart staging_app

0 comments on commit 8bac613

Please sign in to comment.