Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
illusi0nary committed Oct 12, 2020
1 parent d3f4967 commit 0af8bef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-bot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Deployment Workflow
on:
push:
branches:
- docker_preps
workflow_dispatch:
inputs:
tags:
description: 'Tag'
jobs:
deploy_prod_bot:
runs-on: ubuntu-latest
Expand All @@ -17,7 +18,7 @@ jobs:
script: |
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
docker pull spookybot/spookybot:latest
ls -al /home/
docker-compose -f /home/spookybot/docker-compose.yml down -v
docker-compose -f /home/spookybot/docker-compose.yml up -d
docker logout

0 comments on commit 0af8bef

Please sign in to comment.