Skip to content

Instantly share code, notes, and snippets.

@masious
Created September 5, 2023 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masious/4eaf390e85a64bf23f1ee6b87be66f9c to your computer and use it in GitHub Desktop.
Save masious/4eaf390e85a64bf23f1ee6b87be66f9c to your computer and use it in GitHub Desktop.
Github Actions example
set -e
cat github-pat | docker login ghcr.io -u masious --password-stdin
docker pull ghcr.io/masious/my-front
docker-compose down front
docker-compose up front -d
docker ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment