Skip to content

Commit 5de4326

Browse files
committed
fix
1 parent 9fab2b9 commit 5de4326

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/deploy.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ jobs:
2828
- name: Build Rust
2929
run: cargo build --release --manifest-path ./apps/rust-backend/Cargo.toml
3030

31-
- name: Copy file via scp
32-
uses: appleboy/scp-action@v0.1.7
33-
with:
34-
host: ${{ secrets.IP }}
35-
username: ${{ secrets.USERNAME }}
36-
key: ${{ secrets.KEY }}
37-
source: "apps/rust-backend/target/release/rust-backend"
38-
target: "~/apps/next-rust-todolist/apps/rust-backend/target/release/"
39-
strip_components: 4
40-
41-
- uses: appleboy/ssh-action@v1.0.0
42-
with:
43-
host: ${{ secrets.IP }}
44-
username: ${{ secrets.USERNAME }}
45-
key: ${{ secrets.KEY }}
46-
script: |
47-
cd apps/next-rust-todolist
48-
git checkout .
49-
git pull
50-
docker-compose up -d --build
31+
# - name: Copy file via scp
32+
# uses: appleboy/scp-action@v0.1.7
33+
# with:
34+
# host: ${{ secrets.IP }}
35+
# username: ${{ secrets.USERNAME }}
36+
# key: ${{ secrets.KEY }}
37+
# source: "apps/rust-backend/target/release/rust-backend"
38+
# target: "~/apps/next-rust-todolist/apps/rust-backend/target/release/"
39+
# strip_components: 4
40+
#
41+
# - uses: appleboy/ssh-action@v1.0.0
42+
# with:
43+
# host: ${{ secrets.IP }}
44+
# username: ${{ secrets.USERNAME }}
45+
# key: ${{ secrets.KEY }}
46+
# script: |
47+
# cd apps/next-rust-todolist
48+
# git checkout .
49+
# git pull
50+
# docker-compose up -d --build

0 commit comments

Comments
 (0)