Skip to content

Commit

Permalink
docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beeinger committed May 3, 2024
1 parent 7b984bc commit 152ae4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ jobs:
ssh -o StrictHostKeyChecking=no -i ./l2-indexer.pem root@${{ secrets.SSH_HOST }} "\
echo -e '## Git sha: ${{ github.sha }}\nDate UNIX: $(date +%s)\n' >> version.md &&\
echo '${{ secrets.ENV_CONFIG }}' > /root/l2-indexer/.env &&\
docker image prune -f &&\
docker builder prune -f &&\
cd /root/l2-indexer &&\
source ~/.cargo/env &&\
cargo make restart"
Expand Down

0 comments on commit 152ae4d

Please sign in to comment.