mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
CI:Deploy
CI:Deploy
This commit is contained in:
commit
5dcc4d276d
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci-deploy.yml
vendored
12
.github/workflows/ci-deploy.yml
vendored
|
|
@ -31,6 +31,12 @@ jobs:
|
|||
run: |
|
||||
gcloud auth configure-docker europe-west3-docker.pkg.dev
|
||||
|
||||
- name: Delete contents of folder
|
||||
run: |
|
||||
sudo mkdir -p data
|
||||
sudo rm -rf data/*
|
||||
echo "Folder cleaned."
|
||||
|
||||
- name: Start Geth Devnet container
|
||||
run: |
|
||||
docker compose -f ./docker-compose.yml up -d
|
||||
|
|
@ -44,12 +50,6 @@ jobs:
|
|||
sudo apt install -y nodejs
|
||||
sudo npm install web3
|
||||
|
||||
- name: Delete contents of folder
|
||||
run: |
|
||||
mkdir -p data
|
||||
rm -rf data/*
|
||||
echo "Folder cleaned."
|
||||
|
||||
- name: Deploy contract to devnet
|
||||
run: |
|
||||
cd hardhat.tmpl
|
||||
|
|
|
|||
Loading…
Reference in a new issue