Skip to content

Commit

Permalink
rename(builder): rename builder job name
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter committed Dec 20, 2023
1 parent 235c68b commit f751663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
deploy:
Deployment:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,11 +23,11 @@ jobs:
export STRIPE_SK=${{ secrets.STRIPE_SK }}
export STRIPE_WHSEC=${{ secrets.STRIPE_WHSEC }}
export EMAILJS_KEY=${{ secrets.EMAILJS_KEY }}
git pull
GIT_PULL_EXIT_CODE=$?
if [ $GIT_PULL_EXIT_CODE -eq 0 ]; then
echo "Git pull successful. Updating and restarting Docker Compose."
docker-compose pull
Expand All @@ -44,4 +44,4 @@ jobs:
fi
host: ${{ secrets.REMOTE_HOST }}
user: ${{ secrets.REMOTE_USER }}
pass: ${{ secrets.REMOTE_PASSWORD}}
pass: ${{ secrets.REMOTE_PASSWORD}}

0 comments on commit f751663

Please sign in to comment.