Skip to content

Commit

Permalink
cronjob pipeline pt5
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Sep 7, 2023
1 parent 0251eff commit cfad940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker_cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
<<<<<<< HEAD
=======
build-args: |
--env-file ./cronjob/.env.mainnet
>>>>>>> 08ff00fbbcc6f964c524b3197c39a620866acff4
tags: |
ghcr.io/marigold-dev/tzvote-cronjob:${{ steps.vars.outputs.date }}-${{ steps.vars.outputs.sha_short }}-mainnet
Expand All @@ -62,10 +59,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
<<<<<<< HEAD
=======
build-args: |
--env-file ./cronjob/.env.ghostnet
>>>>>>> 08ff00fbbcc6f964c524b3197c39a620866acff4
tags: |
ghcr.io/marigold-dev/tzvote-cronjob:${{ steps.vars.outputs.date }}-${{ steps.vars.outputs.sha_short }}-ghostnet
2 changes: 1 addition & 1 deletion cronjob/.env.ghostnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEZOS_NETWORK=ghostnet
TEZOS_RPC_URL=https://ghostnet.tezos.marigold.dev
TEZOS_RPC_URL=http://tezos-node-ghostnet.tezos-ghostnet.svc:8732
TEZOS_RPC_ADDRESS=KT1ACfH87dohx1bAVc4PigcNBAFSTdxrRwj7
TEZOS_SECRET_KEY=edskRpm2mUhvoUjHjXgMoDRxMKhtKfww1ixmWiHCWhHuMEEbGzdnz8Ks4vgarKDtxok7HmrEo1JzkXkdkvyw7Rtw6BNtSd7MJ7
TIME=7
Expand Down
4 changes: 2 additions & 2 deletions cronjob/.env.mainnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEZOS_NETWORK=mainnet
TEZOS_RPC_URL=https://mainnet.tezos.marigold.dev
TEZOS_RPC_URL=http://tezos-node-mainnet.tezos-mainnet.svc:8732
TEZOS_RPC_ADDRESS=KT1C8Varn3RWkSk6jJBVSRUHkmmXArGefifp
TEZOS_SECRET_KEY=
# TEZOS_SECRET_KEY=
TIME=15
AMMOUNT=0
CONFIRMATION=1

0 comments on commit cfad940

Please sign in to comment.