Skip to content

Commit

Permalink
update prod autodeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mateow99 committed Apr 24, 2024
1 parent 47ec0df commit df33ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Build & Push and Deploy to transit-prod

on:
push:
branches: [release]
branches: [prod]

jobs:
build-deploy:
Expand All @@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Get SHA
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
run: echo "::set-output name=sha_short::$(git rev-parse --short prod)"
- name: Remote SSH and Deploy
uses: appleboy/ssh-action@master
env:
Expand Down

0 comments on commit df33ee2

Please sign in to comment.