debug2
CICD / Explore-Gitea-Actions (push) Failing after 1m14s
Details
CICD / Explore-Gitea-Actions (push) Failing after 1m14s
Details
This commit is contained in:
parent
44c3e92c4e
commit
05c9960e0c
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
which hugo || true
|
which hugo || true
|
||||||
apt update
|
apt update
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
apt install -y ca-certificates curl gnupg unzip
|
apt install -y ca-certificates curl gnupg unzip sudo
|
||||||
wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_linux-amd64.deb
|
wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_linux-amd64.deb
|
||||||
dpkg -i hugo_0.163.3_linux-amd64.deb
|
dpkg -i hugo_0.163.3_linux-amd64.deb
|
||||||
apt update
|
apt update
|
||||||
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
|
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
|
||||||
unzip awscliv2.zip
|
unzip awscliv2.zip
|
||||||
sudo ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
|
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
|
||||||
|
|
||||||
- name: Sync to AWS
|
- name: Sync to AWS
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue