Skip to content

Commit 628ed71

Browse files
committed
update the branch
1 parent 12d6e56 commit 628ed71

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to VM
33
on:
44
push:
55
branches:
6-
- main
6+
- gitac
77

88
env:
99
VM_HOST: ${{ secrets.VM_HOST }}
@@ -13,7 +13,9 @@ env:
1313
jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
16-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
16+
permissions:
17+
contents: write
18+
packages: write
1719

1820
steps:
1921
- name: Configure SSH

0 commit comments

Comments
 (0)