Skip to content

Commit

Permalink
add workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
romever committed Jul 14, 2024
1 parent 54c71ef commit d3bc195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Testnet

on:
push:
branches: [ "test" ]
branches: [ "testnet" ]
pull_request:
branches: [ "test" ]
branches: [ "testnet" ]

jobs:

Expand All @@ -24,8 +24,8 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /mnt/oasisscan-backend/
git checkout test
git pull origin test
git checkout testnet
git pull origin testnet
PATH="/usr/local/go/bin/:$PATH"
sh /mnt/backend-job/deploy_testnet.sh
sh /mnt/backend-api/deploy_testnet.sh

0 comments on commit d3bc195

Please sign in to comment.