This commit is contained in:
parent
5375827820
commit
f346241e5c
|
@ -6,23 +6,6 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Setup Go
|
|
||||||
uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version: "1.22.3"
|
|
||||||
- name: Install dependencies
|
|
||||||
run: go get .
|
|
||||||
- name: Build
|
|
||||||
run: go build
|
|
||||||
- name: Transfer files
|
|
||||||
env:
|
|
||||||
USERNAME: ${{ secrets.USERNAME }}
|
|
||||||
HOST: ${{ secrets.HOST }}
|
|
||||||
SSH_KEY: ${{ secrets.KEY }}
|
|
||||||
run: |
|
|
||||||
echo $HOST
|
|
||||||
scp -o StrictHostKeyChecking=no -r log101-blog-services $USERNAME@$HOST:/home/$USERNAME
|
|
||||||
- name: Rebuild docker compose
|
- name: Rebuild docker compose
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
|
@ -30,4 +13,6 @@ jobs:
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
script: |
|
script: |
|
||||||
ls
|
cd /home/log101/prod/log101.dev-services
|
||||||
|
git pull
|
||||||
|
docker compose up -d --build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user