Skip to content

Commit

Permalink
Merge pull request #496 from rsksmart/fix/ssm-dev2
Browse files Browse the repository at this point in the history
Fix on bitcoind to allow cd
  • Loading branch information
rafaiovlabs authored Jul 24, 2024
2 parents ad5703b + 8168c2f commit a634019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Execute deployment command on EC2 instance
run: |
aws ssm send-command \
--document-name "deployBEDevDocu" \
--document-name "deployBEDevDocument" \
--instance-ids "$INSTANCE_ID" \
--document-version '$LATEST'
echo "Deploy sent to EC2 instance"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/bitcoind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ubuntu:latest
FROM --platform=linux/amd64 ubuntu:jammy

ARG BITCOIN_VERSION=24.0.1
ARG BITCOIN_DOWNLOAD_FILENAME=bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz
Expand Down

0 comments on commit a634019

Please sign in to comment.