Skip to content

Commit

Permalink
it is all automated sergey :)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodalbo committed Dec 14, 2024
1 parent 28127c8 commit e70ccd7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Publish
on:
push:
branches:
- "*"
- "!master"
- "!main"
- "main"
jobs:
build:
name: Build
Expand Down Expand Up @@ -41,4 +39,4 @@ jobs:
run: |
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "${{ env.SSHKEY }}" > /dev/null
scp -P ${{ env.DEPLOY_PORT }} -o StrictHostKeyChecking=no -r dist/* ${{ env.DEPLOY_DESTINATION }}
scp -P ${{ env.DEPLOY_PORT }} -o StrictHostKeyChecking=no -r dist/* ${{ env.DEPLOY_DESTINATION }} > /dev/null

0 comments on commit e70ccd7

Please sign in to comment.