Skip to content

Commit

Permalink
Update docker_push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLichtenberger authored Aug 2, 2024
1 parent 6dc6c75 commit dfcde12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_push.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker-compose build --no-cache server
docker-compose push server
docker compose build --no-cache server
docker compose push server

0 comments on commit dfcde12

Please sign in to comment.