Skip to content

Commit 088ddfe

Browse files
committed
test commit
deploy depoly2 deploy3 deploy4 deploy5 deploy 6 deploy 8 deploy 9 deploy 10
1 parent 6777ffe commit 088ddfe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches: [main]
88

9+
910
jobs:
1011
deploy:
1112
name: Deploy
@@ -18,9 +19,7 @@ jobs:
1819
key: ${{secrets.SSH_KEY}}
1920
username: ${{secrets.SSH_USERNAME}}
2021
script: |
21-
rm -f SeattleBot
22-
mkdir SeattleBot
23-
cd SeattleBot
2422
git clone [email protected]:GaryHo34/SeattleBot.git
2523
export AUTH_TOKEN=${{secrets.AUTH_TOKEN}}
24+
cd SeattleBot
2625
docker compose up

0 commit comments

Comments
 (0)