Skip to content

Commit

Permalink
Merge pull request #69 from AmorGakCo/fix/#66
Browse files Browse the repository at this point in the history
fix/#66
  • Loading branch information
songhaechan authored Oct 29, 2024
2 parents 06b6331 + 69a33c1 commit 5e14fc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/amorgakco-cd.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: AmorGakCo CD
on:
push:
paths:
- "main/**"
branches:
- main

Expand All @@ -11,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ssh access
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@master
with:
host: ${{secrets.GCP_HOST}}
username: ${{secrets.GCP_USERNAME}}
Expand Down

0 comments on commit 5e14fc3

Please sign in to comment.